Skip to content

Commit 5053e12

Browse files
:|
1 parent 8e85a56 commit 5053e12

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pullrequest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
$certPath = "$env:GITHUB_WORKSPACE\Certificates\aspnetapp-web-api.pfx"
2222
Import-PfxCertificate -FilePath $certpath -Password (ConvertTo-SecureString -String 'password' -AsPlainText -Force) -CertStoreLocation Cert:\LocalMachine\Root
2323
24+
- name: Install NET 7
25+
uses: actions/setup-dotnet@v2
26+
with:
27+
dotnet-version: '7.0.x'
28+
2429
- name: Restore Nuget Packages
2530
run: dotnet restore SecurityService.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json
2631

0 commit comments

Comments
 (0)