Skip to content

Commit 6b39a7a

Browse files
authored
Merge pull request #11 from Calabonga/net10-migration
CI/CD fixed
2 parents b312aa5 + a03e97a commit 6b39a7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
dotnet-version: 10.0.x
2222

2323
- name: Install dependencies
24-
run: dotnet restore src/Calabonga.AspNetCore.AppDefinitions.sln
24+
run: dotnet restore src/Calabonga.AspNetCore.AppDefinitions.slnx
2525

2626
- name: Build the NuGet package
27-
run: dotnet build src/Calabonga.AspNetCore.AppDefinitions.sln --configuration Release --output ${{env.DOTNET_ROOT}}\Package
27+
run: dotnet build src/Calabonga.AspNetCore.AppDefinitions.slnx --configuration Release --output ${{env.DOTNET_ROOT}}\Package
2828

2929
- name: Publish NuGet Package
3030
run: dotnet nuget push ${{env.DOTNET_ROOT}}\Package\*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)