Skip to content

Commit dd1db04

Browse files
committed
Update pipeline
1 parent 1f1c36f commit dd1db04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: NuGet Restore
2525
run: nuget restore
2626
- name: Build
27-
run: msbuild -t:restore,build /p:Configuration=${{matrix.configuration}} /p:Platform=x64 /bl
27+
run: msbuild /t:restore`;build /p:Configuration=${{matrix.configuration}} /p:Platform=x64 /bl
2828
- name: Upload MSBuild binary log
2929
uses: actions/upload-artifact@v4
3030
with:
@@ -47,9 +47,9 @@ jobs:
4747
- name: NuGet Restore
4848
run: nuget restore
4949
- name: Build
50-
run: msbuild .\src\Shmuelie.WinRTServer\Shmuelie.WinRTServer.csproj -t:restore,build -p:Configuration=Release
50+
run: msbuild .\src\Shmuelie.WinRTServer\Shmuelie.WinRTServer.csproj /t:restore`;build /p:Configuration=Release
5151
- name: Pack
52-
run: msbuild .\src\Shmuelie.WinRTServer\Shmuelie.WinRTServer.csproj -t:pack -p:Configuration=Release
52+
run: msbuild .\src\Shmuelie.WinRTServer\Shmuelie.WinRTServer.csproj /t:pack /p:Configuration=Release
5353
- name: Upload package artifacts
5454
uses: actions/upload-artifact@v4
5555
with:
@@ -67,4 +67,4 @@ jobs:
6767
with:
6868
name: nuget_packages
6969
path: artifacts
70-
- run: dotnet nuget push "artifacts\*.nupkg" --source "https://nuget.pkg.github.com/${{github.repository_owner}}/index.json" --api-key ${{secrets.GITHUB_TOKEN}} --skip-duplicate
70+
- run: dotnet nuget push "artifacts\*.nupkg" --source "https://nuget.pkg.github.com/${{github.repository_owner}}/index.json" --api-key ${{secrets.GITHUB_TOKEN}} --skip-duplicate

0 commit comments

Comments
 (0)