Skip to content

Commit

Permalink
Standardize args
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelie committed Aug 27, 2024
1 parent 3ed9ff4 commit 3d82d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: NuGet Restore
run: nuget restore
- name: Build
run: msbuild .\src\Shmuelie.WinRTServer\Shmuelie.WinRTServer.csproj /t:restore`;build -p:Configuration=Release
run: msbuild .\src\Shmuelie.WinRTServer\Shmuelie.WinRTServer.csproj /t:restore`;build /p:Configuration=Release
- name: Pack
run: msbuild .\src\Shmuelie.WinRTServer\Shmuelie.WinRTServer.csproj /t:pack -p:Configuration=Release
run: msbuild .\src\Shmuelie.WinRTServer\Shmuelie.WinRTServer.csproj /t:pack /p:Configuration=Release
- name: Upload package artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 3d82d38

Please sign in to comment.