Skip to content

Commit ac67de5

Browse files
authored
Update sdk-build.yml
1 parent 571fd37 commit ac67de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/jobs/sdk-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- powershell: eng/common/build.ps1
137137
-restore -test -ci -prepareMachine -nativeToolsOnMachine
138138
-configuration $(buildConfiguration)
139-
/p:Projects="test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj"
139+
/p:Projects="$(Build.SourcesDirectory)/test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj"
140140
${{ parameters.runtimeSourceProperties }}
141141
/bl:$(Build.SourcesDirectory)/artifacts/log/$(buildConfiguration)/TestTemplateTests.binlog
142142
displayName: 🟣 Run Test Templates Tests

0 commit comments

Comments
 (0)