We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc74936 commit 9a4bc31Copy full SHA for 9a4bc31
1 file changed
.github/workflows/cd.yml
@@ -33,8 +33,11 @@ jobs:
33
- name: Restore dependencies
34
run: dotnet restore
35
36
+ - name: Build Solution
37
+ run: dotnet build --configuration Release --no-restore
38
+
39
- name: Pack NuGet Package
- run: dotnet pack src/Refit.Composite/Refit.Composite.csproj --configuration Release /p:PackageVersion=${{ env.VERSION }} --output ./dist
40
+ run: dotnet pack src/Refit.Composite/Refit.Composite.csproj --configuration Release /p:PackageVersion=${{ env.VERSION }} --no-build --output ./dist
41
42
- name: NuGet login (OIDC)
43
uses: NuGet/login@v1
0 commit comments