Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
idiskyle committed Nov 22, 2024
1 parent 54b9f5a commit d09033d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tools/ci_build/github/azure-pipelines/templates/win-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ parameters:
type: string
default: '0'

- name: OnnxRuntimeVersion
type: string
default : '1.21.0'

stages:
- stage: Windows_Packaging_${{ parameters.stage_name_suffix }}
dependsOn: Setup
Expand All @@ -104,7 +100,7 @@ stages:
timeoutParameter: '--test_all_timeout 72000'
${{ else }}:
timeoutParameter: ''
onnxRuntimeReleaseVersion: $(OnnxRuntimeVersion)${{ replace($[stageDependencies.Setup.Set_Variables.outputs['Set_Release_Version_Suffix.ReleaseVersionSuffix']],'.','') }}
releaseVersionSuffix: ${{ replace($[stageDependencies.Setup.Set_Variables.outputs['Set_Release_Version_Suffix.ReleaseVersionSuffix']],'.','') }}
jobs:
- job: Windows_Packaging_${{ parameters.stage_name_suffix }}
workspace:
Expand All @@ -117,6 +113,8 @@ stages:
timeoutInMinutes: 1200
${{ else }}:
timeoutInMinutes: 360
variables:
OnnxRuntimeVersion : '1.21.0'

steps:
- task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3
Expand All @@ -134,7 +132,7 @@ stages:
#Write-Host "releaseVersionSuffix: $(releaseVersionSuffix)"
#$releaseVersion = $(OnnxRuntimeVersion) + ($(releaseVersionSuffix) -replace "\.", "")
#Write-Host "releaseVersion: $releaseVersion"
Write-Host "onnxRuntimeReleaseVersion: $(onnxRuntimeReleaseVersion)"
Write-Host "onnxRuntimeReleaseVersion: $(OnnxRuntimeVersion)$(releaseVersionSuffix)"
exit 1
displayName: 'KYLE DEBUG - Powershell'

Expand Down

0 comments on commit d09033d

Please sign in to comment.