Skip to content

Commit

Permalink
add missing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
idiskyle committed Nov 25, 2024
1 parent 409d291 commit 4910a58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/ci_build/github/azure-pipelines/templates/win-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ parameters:

stages:
- stage: Windows_Packaging_${{ parameters.stage_name_suffix }}
dependsOn: []
dependsOn: Setup
variables:
GRADLE_OPTS: '-Dorg.gradle.daemon=false'
VSGenerator: 'Visual Studio 17 2022'
Expand All @@ -100,6 +100,7 @@ stages:
timeoutParameter: '--test_all_timeout 72000'
${{ else }}:
timeoutParameter: ''
ReleaseVersionSuffix: $[replace(stageDependencies.Setup.Set_Variables.outputs['Set_Release_Version_Suffix.ReleaseVersionSuffix'],'.','')]
jobs:
- job: Windows_Packaging_${{ parameters.stage_name_suffix }}
workspace:
Expand Down

0 comments on commit 4910a58

Please sign in to comment.