File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,6 @@ stages:
2424 projects : ' $(Solution)'
2525 feedsToUse : ' config'
2626 nugetConfigPath : ' NuGet.config'
27- - task : DotNetCoreCLI@2
28- displayName : Publish AOT Tests
29- inputs :
30- command : publish
31- publishWebProjects : false
32- projects : $(AotTestProject)
33- arguments : --configuration Release --output $(AotTestFolder)/bin/aot-tests
34- - task : CmdLine@2
35- displayName : Run AOT Tests
36- inputs :
37- workingDirectory : $(AotTestFolder)/bin/aot-tests
38- script : start /b DotNext.AotTests.exe
3927 - task : DotNetCoreCLI@2
4028 displayName : Test Debug
4129 inputs :
@@ -61,6 +49,18 @@ stages:
6149 feedsToUse : ' config'
6250 nugetConfigPath : ' NuGet.config'
6351 arguments : --configuration Debug
52+ - task : DotNetCoreCLI@2
53+ displayName : Publish AOT Tests
54+ inputs :
55+ command : publish
56+ publishWebProjects : false
57+ projects : $(AotTestProject)
58+ arguments : --configuration Release --output $(AotTestFolder)/bin/aot-tests
59+ - task : CmdLine@2
60+ displayName : Run AOT Tests
61+ inputs :
62+ workingDirectory : $(AotTestFolder)/bin/aot-tests
63+ script : ./DotNext.AotTests
6464 - task : DotNetCoreCLI@2
6565 displayName : Test Debug
6666 inputs :
You can’t perform that action at this time.
0 commit comments