Skip to content

Commit bc19eff

Browse files
authored
Bump vr-app-cli version to 1.0.0-test.1742488629090 (microsoft#34053)
1 parent 41c66f3 commit bc19eff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-vrt-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ jobs:
105105
const { execSync } = require('child_process');
106106
107107
try {
108-
execSync(`npx vr-approval-cli@1.0.0-test.1742371346259 create-policy \
108+
execSync(`npx vr-approval-cli@1.0.0-test.1742488629090 create-policy \
109109
--nonBlockingPipelines '{"301":{"pipelineStatus": "PENDING","pipelineName": "Fluent UI"}}' \
110110
--clientType FLUENTUI`, { stdio: 'inherit' });
111111
112-
execSync(`npx vr-approval-cli@1.0.0-test.1742371346259 run-diff \
112+
execSync(`npx vr-approval-cli@1.0.0-test.1742488629090 run-diff \
113113
--screenshotsDirectory ./screenshots \
114114
--buildType pr \
115115
--ciDefinitionId 'vrt-baseline.yml' \

.github/workflows/vrt-baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
PRINCIPAL_CLIENT_ID: ${{ secrets.AZURE_VRT_CLIENT_ID }}
6363
run: |
64-
npx vr-approval-cli@1.0.0-test.1742371346259 run-diff \
64+
npx vr-approval-cli@1.0.0-test.1742488629090 run-diff \
6565
--screenshotsDirectory "${{steps.screenshots_root.outputs.result}}" \
6666
--buildType release \
6767
--ciDefinitionId 'vrt-baseline.yml' \

0 commit comments

Comments
 (0)