File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
eng/docker-tools/templates/jobs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 os : linux
2323 steps :
2424 - powershell : >
25- ./eng/docker-tools/Install-DotNetSdk.ps1 -Channel ${{ parameters.dotnetVersionChannel }} -InstallPath "/usr/share /.dotnet"
25+ ./eng/docker-tools/Install-DotNetSdk.ps1 -Channel ${{ parameters.dotnetVersionChannel }} -InstallPath "$(Build.SourcesDirectory) /.dotnet"
2626 displayName: Run Dotnet Install Script
2727 - script : >
28- find . -name '*.csproj' | grep $(cgBuildGrepArgs) | xargs -n 1 /usr/share /.dotnet/dotnet build
28+ find . -name '*.csproj' | grep $(cgBuildGrepArgs) | xargs -n 1 $(Build.SourcesDirectory) /.dotnet/dotnet build
2929 displayName: Build Projects
3030
3131 # Component Detection is only automatically run on production branches.
You can’t perform that action at this time.
0 commit comments