We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e85a56 commit 5053e12Copy full SHA for 5053e12
1 file changed
.github/workflows/pullrequest.yml
@@ -21,6 +21,11 @@ jobs:
21
$certPath = "$env:GITHUB_WORKSPACE\Certificates\aspnetapp-web-api.pfx"
22
Import-PfxCertificate -FilePath $certpath -Password (ConvertTo-SecureString -String 'password' -AsPlainText -Force) -CertStoreLocation Cert:\LocalMachine\Root
23
24
+ - name: Install NET 7
25
+ uses: actions/setup-dotnet@v2
26
+ with:
27
+ dotnet-version: '7.0.x'
28
+
29
- name: Restore Nuget Packages
30
run: dotnet restore SecurityService.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json
31
0 commit comments