We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7274e05 commit 8608243Copy full SHA for 8608243
build/build.proj
@@ -23,7 +23,6 @@
23
<CallTarget Targets="Documentation" />
24
<CallTarget Targets="UnitTest" />
25
<CallTarget Targets="IntegrationTest" />
26
- <CallTarget Targets="MigrationTest" />
27
<CallTarget Targets="Package" />
28
</Target>
29
@@ -71,7 +70,7 @@
71
70
OutputPaths="..\artifacts\TestResults\integration-tests.nunit.xml" />
72
73
74
- <Target Name="MigrationTest" DependsOnTargets="Build">
+ <Target Name="MigrationTest" DependsOnTargets="DownloadNuGet">
75
<PropertyGroup>
76
<MigrationSln>..\src\testing\migration\migration.sln</MigrationSln>
77
</PropertyGroup>
0 commit comments