File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 50
50
dotnet --list-sdks
51
51
displayName: dotnet info
52
52
- pwsh : |
53
- $buildHelperPath = Join-Path -Path $(repoRoot) -ChildPath 'tools/buildHelper'
54
- Import-Module $buildHelperPath
53
+ Import-Module (Join-Path -Path $(repoRoot) -ChildPath 'tools/buildHelper')
55
54
Set-ReleaseJobVariables -Channel ${{ parameters.channel }} -ImageName ${{ parameters.imageName }}
56
55
displayName: Set ACR Channel ImageName vars
57
56
name: setImageNameStep
63
62
azurePowerShellVersion : latestVersion
64
63
pwsh : true
65
64
inline : |
66
- $buildHelperPath = Join-Path -Path $(repoRoot) -ChildPath 'tools/buildHelper'
67
- Import-Module $buildHelperPath
65
+ Import-Module (Join-Path -Path $(repoRoot) -ChildPath 'tools/buildHelper')
68
66
Set-SASVariable -DockerNamespace $(dockerNamespace) -DockerHost $(dockerHost) -DockerImage $(dockerImage) -StorageAccountName $(StorageAccount) -ImageName '$(setImageNameStep.dockerBuildImageName)' -Channel $(channel) -Version '$(Version)'
69
67
displayName : Set SasURL
70
68
- pwsh : |
@@ -131,5 +129,3 @@ jobs:
131
129
enable_network : true
132
130
enable_cache : true
133
131
enable_pull : true
134
-
135
-
You can’t perform that action at this time.
0 commit comments