Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Aug 28, 2023
1 parent 9ee9b38 commit d7f383b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-integration-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if ('${{ inputs.constants }}' -ne 'PREVIEW') {
dotnet pack -c Release -o packages -p:RepositoryBranch=$BRANCH_NAME -p:Version=${NBGV_Version} -p:PackageVersion=${NBGV_NuGetPackageVersion}
} else {
dotnet pack -c Release -o packages -p:RepositoryBranch=$BRANCH_NAME -p:Version=${NBGV_Version} -p:PackageVersion=${NBGV_Version}-preview -p:DefineConstants=${{ inputs.constants }}
dotnet pack -c Release -o packages -p:RepositoryBranch=$BRANCH_NAME -p:Version=${NBGV_Version} -p:PackageVersion="${NBGV_Version}-preview" -p:DefineConstants=${{ inputs.constants }}
}
- name: 🗳️ Upload build artifacts
Expand Down

0 comments on commit d7f383b

Please sign in to comment.