File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
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 :
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
You can’t perform that action at this time.
0 commit comments