We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8608243 commit 144ed3aCopy full SHA for 144ed3a
build/build.proj
@@ -75,6 +75,12 @@
75
<MigrationSln>..\src\testing\migration\migration.sln</MigrationSln>
76
</PropertyGroup>
77
78
+ <!-- Remove cached prerelease packages so that the latest is grabed from MyGet -->
79
+ <ItemGroup>
80
+ <PrereleasePackages Include="$(LOCALAPPDATA)\NuGet\Cache\*beta*"/>
81
+ </ItemGroup>
82
+ <Delete Files="@(PrereleasePackages)" />
83
+
84
<Exec Command="$(NuGet) restore $(MigrationSln)" />
85
86
<Message Text="Updating NuGet packages to the latest available releases (including prereleases available on MyGet)..." />
0 commit comments