Skip to content

Commit 53b1e46

Browse files
committed
move to common scripts folder
1 parent 1490bf4 commit 53b1e46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
}

0 commit comments

Comments
 (0)