File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 dotnet restore
3939 dotnet build -c Release
4040 dotnet pack -c Release -o /tmp/nupkgs -v m -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
41- dotnet nuget push /tmp/nupkgs/NosCore.PathFinder.${{github.event.ref}}.snupkg -k ${{secrets.NUGET_API_KEY}} - s https://api.nuget.org/v3/index.json
42- echo ::set-output name=ARTIFACT_PATH::/tmp/nupkgs/NosCore.PathFinder.${{github.event.ref}}.snupkg
43- echo ::set-output name=ARTIFACT_NAME::NosCore.PathFinder.${{github.event.ref}}.snupkg
41+ dotnet nuget push /tmp/nupkgs/NosCore.PathFinder.${{github.event.ref}}.nupkg - s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}}
42+ echo ::set-output name=ARTIFACT_PATH::/tmp/nupkgs/NosCore.PathFinder.${{github.event.ref}}.nupkg
43+ echo ::set-output name=ARTIFACT_NAME::NosCore.PathFinder.${{github.event.ref}}.nupkg
4444
4545 - name : Gets Latest Release
4646 if : steps.check-tag.outputs.match == 'true'
You can’t perform that action at this time.
0 commit comments