File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160
161161 - name : Validate package names
162162 if : ${{ env.VERSION_PROPERTY != '' }}
163- run : powershell -version 5.1 -command "Get-ChildItem -Path '**/*.nupkg' | ForEach-Object { if ($_.Name -notmatch '${{ env.VERSION_PROPERTY }}') { throw 'Nupkg name is missing trailing VERSION_PROPERTY' + $_.Name } }" -ErrorAction Stop
163+ run : powershell -version 5.1 -command "Get-ChildItem -Path '**/*.nupkg' | ForEach-Object { if (` $_.Name -notmatch '${{ env.VERSION_PROPERTY }}') { throw 'Nupkg name is missing trailing VERSION_PROPERTY' + ` $_.Name } }" -ErrorAction Stop
164164
165165 # Push Pull Request Packages to our DevOps Artifacts Feed (see nuget.config)
166166 - name : Push PR packages (if not fork)
You can’t perform that action at this time.
0 commit comments