File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 - name : Restore Project Dependencies
2929 run : dotnet restore
3030 - name : Build Project
31- run : dotnet build --no-restore --configuration Release /p:Version=${VERSION} /p:TargetFrameworks=net6.0;net8.0
31+ run : dotnet build --no-restore --configuration Release /p:Version=${VERSION}
3232 - name : Pack Project
33- run : dotnet pack --configuration Release /p:Version=${VERSION} /p:TargetFrameworks=net6.0;net8.0 --no-build --output .
33+ run : dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
3434 - name : Push Project to Nuget
3535 run : dotnet nuget push XperienceCommunity.AspNetCore.HealthChecks.${VERSION}.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
You can’t perform that action at this time.
0 commit comments