File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 # Native AOT tests
2525 - run : dotnet publish -r linux-x64 tests/ConsoleAppFramework.NativeAotTests/ConsoleAppFramework.NativeAotTests.csproj
2626 - run : tests/ConsoleAppFramework.NativeAotTests/bin/Release/net10.0/linux-x64/publish/ConsoleAppFramework.NativeAotTests
27-
28- - run : dotnet pack -c Release --no-build -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -o $GITHUB_WORKSPACE/artifacts
27+ - run : dotnet pack -c Release --no-build -p:IncludeSymbols=true -o $GITHUB_WORKSPACE/artifacts
Original file line number Diff line number Diff line change 2727 # Native AOT tests
2828 - run : dotnet publish -r linux-x64 tests/ConsoleAppFramework.NativeAotTests/ConsoleAppFramework.NativeAotTests.csproj
2929 - run : tests/ConsoleAppFramework.NativeAotTests/bin/Release/net10.0/linux-x64/publish/ConsoleAppFramework.NativeAotTests
30- # pack nuget
31- - run : dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish
30+ # pack nuget (.nupkg and .symbols.nupkg will be created)
31+ - run : dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -p:IncludeSymbols=true - o ./publish
3232 - uses : Cysharp/Actions/.github/actions/upload-artifact@main
3333 with :
3434 name : nuget
4444 if : ${{ !inputs.dry-run }}
4545 env :
4646 NUGET_KEY : ${{ steps.login.outputs.NUGET_API_KEY }}
47- - run : dotnet nuget push "./publish/*.snupkg" --skip-duplicate -s https://api.nuget.org/v3/index.json -k "${NUGET_KEY}"
48- if : ${{ !inputs.dry-run }}
49- env :
50- NUGET_KEY : ${{ steps.login.outputs.NUGET_API_KEY }}
5147
5248 # release
5349 create-release :
You can’t perform that action at this time.
0 commit comments