Removing debud msgs nad Rev version to 10.3.5
This commit is contained in:
Родитель
3ac883a5d8
Коммит
3c331b4b3a
|
@ -58,17 +58,6 @@ stages:
|
||||||
BuildConfiguration: 'Release'
|
BuildConfiguration: 'Release'
|
||||||
FORepoRoot: '$(Build.SourcesDirectory)'
|
FORepoRoot: '$(Build.SourcesDirectory)'
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
|
||||||
echo $(APIScanClient)
|
|
||||||
echo $(APIScanTenant)
|
|
||||||
echo $(APISCANSECRET)
|
|
||||||
echo $(MY_MAPPED_ENV_VAR)
|
|
||||||
env:
|
|
||||||
MY_MAPPED_ENV_VAR: $(APISCANSECRET)
|
|
||||||
- powershell: |
|
|
||||||
Write-Host "Using the env var directly does not work: $APIScanSecret"
|
|
||||||
Write-Host "Using a global non-secret var mapped in the pipeline works: $APIScanTenant"
|
|
||||||
Write-Host "Using the mapped env var for this task works and is recommended: $env:MY_MAPPED_ENV_VAR"
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
- template: ./templates/template-set-initial-variables.yml
|
- template: ./templates/template-set-initial-variables.yml
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
|
@ -370,8 +359,6 @@ stages:
|
||||||
**/*.msix
|
**/*.msix
|
||||||
displayName: "Download from BUILDIDFORARTIFACTS build"
|
displayName: "Download from BUILDIDFORARTIFACTS build"
|
||||||
|
|
||||||
- script: echo $(APIScanClient)
|
|
||||||
|
|
||||||
- template: assembly-module-compliance.yml@ComplianceRepo
|
- template: assembly-module-compliance.yml@ComplianceRepo
|
||||||
parameters:
|
parameters:
|
||||||
# binskim
|
# binskim
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<!-- Assembly, App, Package version for all non-OSS files. Uses SemVer. -->
|
<!-- Assembly, App, Package version for all non-OSS files. Uses SemVer. -->
|
||||||
<PropertyGroup Label="Version">
|
<PropertyGroup Label="Version">
|
||||||
<VersionPrefix>10.3.4</VersionPrefix>
|
<VersionPrefix>10.3.5</VersionPrefix>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<!-- Common packaging properties -->
|
<!-- Common packaging properties -->
|
||||||
|
|
Загрузка…
Ссылка в новой задаче