Allow for stable-versions to go to nightly feed for tools (#2752)
authorJuan Hoyos <juan.s.hoyos@outlook.com>
Tue, 16 Nov 2021 03:57:53 +0000 (19:57 -0800)
committerGitHub <noreply@github.com>
Tue, 16 Nov 2021 03:57:53 +0000 (19:57 -0800)
eng/Versions.props

index 6207effa8495d3f53f33c73f6d199e5f3dce8841..64a31fbfab390503cfba3a41aef7a76eb18ec56c 100644 (file)
@@ -5,6 +5,14 @@
     <VersionPrefix>6.0.0</VersionPrefix>
     <DotNetUseShippingVersions>true</DotNetUseShippingVersions>
     <AutoGenerateAssemblyVersion>true</AutoGenerateAssemblyVersion>
+    <!--
+      Our nightly tools are stable versioned but go to a non-stable feed.
+      Arcade usually disallows this, but we use such a versioning scheme by design.
+      The nightly bits are versioned in a stable manner to allow `dotnet tool` to perform
+      easy updates. If we have issues, we just respin builds as we are a leaf build node
+      and we don't participate in prodcon.
+    -->
+    <SkipPackagePublishingVersionChecks>true</SkipPackagePublishingVersionChecks>
   </PropertyGroup>
   <PropertyGroup>
     <!-- Latest symstore version updated by darc -->