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 571fd37 commit ac67de5Copy full SHA for ac67de5
eng/pipelines/templates/jobs/sdk-build.yml
@@ -136,7 +136,7 @@ jobs:
136
- powershell: eng/common/build.ps1
137
-restore -test -ci -prepareMachine -nativeToolsOnMachine
138
-configuration $(buildConfiguration)
139
- /p:Projects="test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj"
+ /p:Projects="$(Build.SourcesDirectory)/test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj"
140
${{ parameters.runtimeSourceProperties }}
141
/bl:$(Build.SourcesDirectory)/artifacts/log/$(buildConfiguration)/TestTemplateTests.binlog
142
displayName: 🟣 Run Test Templates Tests
0 commit comments