Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BadMagic100 authored Apr 8, 2024
1 parent 43a1f0e commit 43beea9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup Nuget
uses: nuget/setup-nuget@v2
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Restore dependencies
run: nuget restore
- name: Setup .NET build dependencies
uses: timheuer/bootstrap-dotnet@v1
with:
nuget: 'false'
sdk: 'false'
msbuild: 'true'
- name: Build
run: msbuild /p:Configuration=Release /p:DeployExtension=false
run: msbuild -restore /p:Configuration=Release /p:DeployExtension=false

0 comments on commit 43beea9

Please sign in to comment.