We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfc9ed commit 002cce7Copy full SHA for 002cce7
src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props
@@ -28,6 +28,14 @@
28
<RestoreConfigFile>$(RepoRoot)NuGet.config</RestoreConfigFile>
29
</PropertyGroup>
30
31
+ <!--
32
+ Prevent NuGet from using cached packages
33
+ Workaround for https://github.com/NuGet/Home/issues/3116
34
+ -->
35
+ <PropertyGroup>
36
+ <RestoreNoCache Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</RestoreNoCache>
37
+ </PropertyGroup>
38
+
39
<!--
40
Arcade SDK features.
41
-->
0 commit comments