File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6161
6262 # Build All Packages
6363 - name : pack experiments
64- working-directory : ./labs /
64+ working-directory : ./common/Scripts /
6565 run : ./PackEachExperiment.ps1 all
6666
6767 # Push Packages to our DevOps Artifacts Feed
@@ -141,7 +141,7 @@ jobs:
141141
142142 # Build All Packages
143143 - name : pack experiments
144- working-directory : ./labs /
144+ working-directory : ./common/Scripts /
145145 run : ./PackEachExperiment.ps1 all
146146
147147 # Push Packages to our DevOps Artifacts Feed
Original file line number Diff line number Diff line change 11
2- foreach ($experimentProjPath in Get-ChildItem - Recurse - Path ' */src/*.csproj' ) {
2+ foreach ($experimentProjPath in Get-ChildItem - Recurse - Path ' ./labs/ */src/*.csproj' ) {
33 & msbuild.exe - t:pack / p:Configuration= Release / p:DebugType= Portable $experimentProjPath
44}
You can’t perform that action at this time.
0 commit comments