File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111 publishPackages :
1212
13- runs-on : ubuntu -latest
13+ runs-on : windows -latest
1414
1515 env :
1616 SOLUTION_PATH : ' src/Blockcore.sln'
4343 # shell: bash
4444
4545 - name : Nuget Pack
46- run : dotnet pack --configuration ${{env.BUILD_CONFIGURATION}} --output "${{github.workspace}}/ package" ${{env.SOLUTION_PATH}}
46+ run : dotnet pack --configuration ${{env.BUILD_CONFIGURATION}} --output "${{github.workspace}}\ package\ " ${{env.SOLUTION_PATH}}
4747
4848 - name : Nuget Push
49- run : nuget push ${{github.workspace}}/ package/ *.nupkg -ApiKey ${{secrets.NUGET_KEY}} -Source "https://api.nuget.org/v3/index.json" -SkipDuplicate -NoSymbols
49+ run : nuget push ${{github.workspace}}\ package\ *.nupkg -ApiKey ${{secrets.NUGET_KEY}} -Source "https://api.nuget.org/v3/index.json" -SkipDuplicate -NoSymbols
You can’t perform that action at this time.
0 commit comments