Skip to content

Commit

Permalink
Remove no-restore
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Aug 28, 2023
1 parent d8a148f commit 9ee9b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-integration-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
shell: pwsh
run: |
if ('${{ inputs.constants }}' -ne 'PREVIEW') {
dotnet pack -c Release --no-restore -o packages -p:RepositoryBranch=$BRANCH_NAME -p:Version=${NBGV_Version} -p:PackageVersion=${NBGV_NuGetPackageVersion}
dotnet pack -c Release -o packages -p:RepositoryBranch=$BRANCH_NAME -p:Version=${NBGV_Version} -p:PackageVersion=${NBGV_NuGetPackageVersion}
} else {
dotnet pack -c Release --no-restore -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 9ee9b38

Please sign in to comment.