Skip to content

Commit fab9246

Browse files
cvpoienarudotnet-maestro[bot]Jakub ChocholowiczEvangelink
authored
Fix yml to generate RTM/stable version & fix symbol check issues (#4600)
* [main] Update dependencies from devdiv/DevDiv/vs-code-coverage (#4594) * Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage build 20230712.2 Microsoft.Internal.CodeCoverage From Version 17.8.0-beta.23360.1 -> To Version 17.8.0-beta.23362.2 * Mire * Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage build 20230712.5 Microsoft.Internal.CodeCoverage From Version 17.8.0-beta.23360.1 -> To Version 17.8.1-beta.23362.5 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Jakub Chocholowicz <[email protected]> * Fix yml to generate RTM/stable version --------- Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Jakub Chocholowicz <[email protected]> Co-authored-by: Amaury Levé <[email protected]>
1 parent d7f4faa commit fab9246

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,18 @@ variables:
5858
value: False
5959
- name: _InternalBuildArgs
6060
value: ' '
61+
- name: _ReleaseVersionKind
62+
value: ''
6163
# Arcade is using global cache of nugets in non-windows build
6264
# under some circumstances, but we don't respect that in our code and try to find them
6365
# in .packages. Force the location of packages to that folder.
6466
- name: NUGET_PACKAGES
6567
value: '$(Build.SourcesDirectory)/.packages/'
6668

69+
- ${{ if eq(parameters.isRTM, True) }}:
70+
- name: _ReleaseVersionKind
71+
value: release
72+
6773
# Produce real signed binaries for Internal builds
6874
- ${{ if eq(variables._RunAsInternal, True) }}:
6975
# Group gives access to $microsoft-symbol-server-pat and $symweb-symbol-server-pat
@@ -83,6 +89,7 @@ variables:
8389
- name: _InternalBuildArgs
8490
value: /p:DotNetSignType=$(_SignType)
8591
/p:TeamName=$(_TeamName)
92+
/p:DotNetFinalVersionKind=$(_ReleaseVersionKind)
8693
/p:DotNetPublishUsingPipelines=true
8794
/p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat)
8895
/p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat)

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.Internal.CodeCoverage" Version="17.7.3">
4+
<Dependency Name="Microsoft.Internal.CodeCoverage" Version="17.8.1-beta.23362.5">
55
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
6-
<Sha>8e1aa0711f4efac22e1f1b977cffc517a54ab8af</Sha>
6+
<Sha>2e244945f4192cc5e96aa2e9e6a62f1e47a09ad0</Sha>
77
</Dependency>
88
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.23211.1">
99
<Uri>https://github.com/dotnet/diagnostics</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<MicrosoftExtensionsDependencyModelPackageVersion>3.0.0</MicrosoftExtensionsDependencyModelPackageVersion>
3131
<MicrosoftExtensionsFileSystemGlobbingVersion>2.0.0</MicrosoftExtensionsFileSystemGlobbingVersion>
3232
<MicrosoftFakesVersion>17.4.0-beta.22478.3</MicrosoftFakesVersion>
33-
<MicrosoftInternalCodeCoverageVersion>17.7.3</MicrosoftInternalCodeCoverageVersion>
33+
<MicrosoftInternalCodeCoverageVersion>17.8.1-beta.23362.5</MicrosoftInternalCodeCoverageVersion>
3434
<MicrosoftNetCompilersToolsetVersion>4.6.0-1.23107.10</MicrosoftNetCompilersToolsetVersion>
35-
<MicrosoftVisualStudioDiagnosticsUtilitiesVersion>17.6.33617.297</MicrosoftVisualStudioDiagnosticsUtilitiesVersion>
35+
<MicrosoftVisualStudioDiagnosticsUtilitiesVersion>17.6.33910.51</MicrosoftVisualStudioDiagnosticsUtilitiesVersion>
3636
<MicrosoftVisualStudioEnterpriseAspNetHelper>$(MicrosoftVisualStudioDiagnosticsUtilitiesVersion)</MicrosoftVisualStudioEnterpriseAspNetHelper>
3737
<MicrosoftVisualStudioInteropVersion>17.3.32622.426</MicrosoftVisualStudioInteropVersion>
3838
<MicrosoftVSSDKBuildToolsVersion>17.4.2116</MicrosoftVSSDKBuildToolsVersion>

0 commit comments

Comments
 (0)