Skip to content

Commit 8608243

Browse files
committed
Run MigrationTest after PublishMyGet
1 parent 7274e05 commit 8608243

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/build.proj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<CallTarget Targets="Documentation" />
2424
<CallTarget Targets="UnitTest" />
2525
<CallTarget Targets="IntegrationTest" />
26-
<CallTarget Targets="MigrationTest" />
2726
<CallTarget Targets="Package" />
2827
</Target>
2928

@@ -71,7 +70,7 @@
7170
OutputPaths="..\artifacts\TestResults\integration-tests.nunit.xml" />
7271
</Target>
7372

74-
<Target Name="MigrationTest" DependsOnTargets="Build">
73+
<Target Name="MigrationTest" DependsOnTargets="DownloadNuGet">
7574
<PropertyGroup>
7675
<MigrationSln>..\src\testing\migration\migration.sln</MigrationSln>
7776
</PropertyGroup>

0 commit comments

Comments
 (0)