File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,13 +101,13 @@ jobs:
101
101
102
102
- task : DotNetCoreCLI@2
103
103
inputs :
104
- projects : $(Build.SourcesDirectory) /src/TestUtils/src/Microsoft.Maui.IntegrationTests/Microsoft.Maui.IntegrationTests.csproj
104
+ projects : ${{ parameters.checkoutDirectory }} /src/TestUtils/src/Microsoft.Maui.IntegrationTests/Microsoft.Maui.IntegrationTests.csproj
105
105
displayName : Build Microsoft.Maui.IntegrationTests
106
106
107
107
- task : DotNetCoreCLI@2
108
108
inputs :
109
109
command : test
110
- projects : $(Build.SourcesDirectory) /src/TestUtils/src/Microsoft.Maui.IntegrationTests/bin/Debug/net7.0/Microsoft.Maui.IntegrationTests.dll
110
+ projects : ${{ parameters.checkoutDirectory }} /src/TestUtils/src/Microsoft.Maui.IntegrationTests/bin/Debug/net7.0/Microsoft.Maui.IntegrationTests.dll
111
111
arguments : --logger "console;verbosity=normal" --filter "FullyQualifiedName=Microsoft.Maui.IntegrationTests.TemplateTests"
112
112
publishTestResults : true
113
113
testRunTitle : ${{ BuildPlatform.name }} template build tests
@@ -164,13 +164,13 @@ jobs:
164
164
165
165
- task : DotNetCoreCLI@2
166
166
inputs :
167
- projects : $(Build.SourcesDirectory) /src/TestUtils/src/Microsoft.Maui.IntegrationTests/Microsoft.Maui.IntegrationTests.csproj
167
+ projects : ${{ parameters.checkoutDirectory }} /src/TestUtils/src/Microsoft.Maui.IntegrationTests/Microsoft.Maui.IntegrationTests.csproj
168
168
displayName : Build Microsoft.Maui.IntegrationTests
169
169
170
170
- task : DotNetCoreCLI@2
171
171
inputs :
172
172
command : test
173
- projects : $(Build.SourcesDirectory) /src/TestUtils/src/Microsoft.Maui.IntegrationTests/bin/Debug/net7.0/Microsoft.Maui.IntegrationTests.dll
173
+ projects : ${{ parameters.checkoutDirectory }} /src/TestUtils/src/Microsoft.Maui.IntegrationTests/bin/Debug/net7.0/Microsoft.Maui.IntegrationTests.dll
174
174
arguments : --logger "console;verbosity=normal" --filter "Name=${{ RunPlatform.testName }}"
175
175
publishTestResults : true
176
176
testRunTitle : ${{ RunPlatform.testName }} template run tests
You can’t perform that action at this time.
0 commit comments