We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a8e6f commit a03e97aCopy full SHA for a03e97a
1 file changed
.github/workflows/main.yml
@@ -21,10 +21,10 @@ jobs:
21
dotnet-version: 10.0.x
22
23
- name: Install dependencies
24
- run: dotnet restore src/Calabonga.AspNetCore.AppDefinitions.sln
+ run: dotnet restore src/Calabonga.AspNetCore.AppDefinitions.slnx
25
26
- name: Build the NuGet package
27
- run: dotnet build src/Calabonga.AspNetCore.AppDefinitions.sln --configuration Release --output ${{env.DOTNET_ROOT}}\Package
+ run: dotnet build src/Calabonga.AspNetCore.AppDefinitions.slnx --configuration Release --output ${{env.DOTNET_ROOT}}\Package
28
29
- name: Publish NuGet Package
30
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