File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ variables:
88 Unity2019Version : Unity2019.2.0f1
99 MRTKVersion : 2.3.0 # Major.Minor.Patch
1010 MRTKReleaseTag : ' ' # final version component, e.g. 'RC2.1' or empty string
11+ ToolsRepoName : mixedrealitytoolkit.build
12+ ToolsDir : $(Build.SourcesDirectory)\$(ToolsRepoName)
13+
14+ resources :
15+ repositories :
16+ - repository : build-tools
17+ type : git
18+ name : Analog/$(ToolsRepoName)
19+ ref : mrtk
1120
1221jobs :
1322- job : CIReleaseValidation
3140 pool :
3241 name : Package ES Lab E
3342 steps :
43+ - checkout : self
44+ - checkout : build-tools
3445 - task : DownloadBuildArtifacts@0
3546 inputs :
3647 buildType : ' current'
3950 downloadPath : ' $(Build.SourcesDirectory)'
4051
4152 - powershell : |
42- $Authorization = "Basic " + [System.Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes('$(scriptsRepoVSTSuser):$(scriptsRepoPAT)'))
43- git clone -c http.extraheader="AUTHORIZATION: $Authorization" -b mrtk $(scriptsRepoURL) $(Build.ArtifactStagingDirectory)\scripts
44- displayName: "Clone release scripts"
45-
46- - powershell : |
47- $(Build.ArtifactStagingDirectory)/scripts/generateSignConfigs.ps1 -Directory $(Build.SourcesDirectory)/NuGet -OutputDirectory $(Build.ArtifactStagingDirectory)/configs
53+ $(ToolsDir)/generateSignConfigs.ps1 -Directory $(Build.SourcesDirectory)/NuGet -OutputDirectory $(Build.ArtifactStagingDirectory)/configs
4854 displayName: "Generate signing configs"
4955
5056 # required for code signing
You can’t perform that action at this time.
0 commit comments