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 89e03a5
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 @@ -35,4 +35,7 @@ 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

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

0 comments on commit 89e03a5

Please sign in to comment.