Removing debud msgs nad Rev version to 10.3.5

This commit is contained in:
Prakash Patel 2021-10-21 03:24:56 -07:00
Родитель 3ac883a5d8
Коммит 3c331b4b3a
2 изменённых файлов: 1 добавлений и 14 удалений

Просмотреть файл

@ -58,17 +58,6 @@ stages:
BuildConfiguration: 'Release'
FORepoRoot: '$(Build.SourcesDirectory)'
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
- template: ./templates/template-set-initial-variables.yml
- pwsh: |
@ -370,8 +359,6 @@ stages:
**/*.msix
displayName: "Download from BUILDIDFORARTIFACTS build"
- script: echo $(APIScanClient)
- template: assembly-module-compliance.yml@ComplianceRepo
parameters:
# binskim

Просмотреть файл

@ -6,7 +6,7 @@
<!-- Assembly, App, Package version for all non-OSS files. Uses SemVer. -->
<PropertyGroup Label="Version">
<VersionPrefix>10.3.4</VersionPrefix>
<VersionPrefix>10.3.5</VersionPrefix>
</PropertyGroup>
<!-- Common packaging properties -->