Skip to content

Commit 828f936

Browse files
2 parents 1b2abc9 + f9fe28a commit 828f936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
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

0 commit comments

Comments
 (0)