Skip to content

Commit

Permalink
Install dotnet-sign
Browse files Browse the repository at this point in the history
  • Loading branch information
bc3tech committed Jun 11, 2024
1 parent 07c192d commit 9117356
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: windows-latest

steps:
- name: Add msbuild to PATH
- name: Setup MSBuild for NetFX
uses: microsoft/setup-msbuild@v2
with:
vs-version: 17.0
Expand All @@ -22,6 +22,9 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'

- name: Install sign tool
run: dotnet tool install --tool-path ./sign sign

- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -35,4 +38,4 @@ jobs:
run: dotnet test ./DocGpt.Test/DocGpt.Test.csproj --configuration Release

- name: Build Extension
run: msbuild ./DocGpt.sln -p:Configuration=Release -t:Rebuild
run: msbuild ./DocGpt.sln -p:Configuration=Release -t:Rebuild

0 comments on commit 9117356

Please sign in to comment.