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 3fe566a commit 32f73b3Copy full SHA for 32f73b3
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: dotnet restore
29
- name: Build
30
- run: dotnet build --configuration Release --no-restore
+ run: dotnet build -p:PackageVersion=$RELEASE_VERSION -p:AssemblyVersion=$ASSEMBLY_VERSION -p:InformationalVersion=$RELEASE_VERSION --configuration Release --no-restore
31
- name: Pack nupkg
32
run: dotnet pack -p:PackageVersion=$RELEASE_VERSION -p:AssemblyVersion=$ASSEMBLY_VERSION -p:InformationalVersion=$RELEASE_VERSION --configuration Release --no-build --output digipost/packed Digipost.Signature.Api.Client.Core
33
0 commit comments