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 201a8fe commit a7354d6Copy full SHA for a7354d6
.github/workflows/build.yml
@@ -165,7 +165,7 @@ jobs:
165
# Build All Packages
166
- name: pack experiments
167
working-directory: ./tooling/Scripts/
168
- run: ./PackEachExperiment.ps1 -date ${{ env.VERSION_DATE }} -postfix ${{ env.VERSION_PROPERTY }}
+ run: ./PackEachExperiment.ps1 -date ${{ env.VERSION_DATE }}${{ env.VERSION_PROPERTY != '' && format(' -postfix {0}', env.VERSION_PROPERTY) || '' }}
169
170
# Push Pull Request Packages to our DevOps Artifacts Feed (see nuget.config)
171
- name: Push Pull Request Packages (if not fork)
0 commit comments