Skip to content

Commit 7f59930

Browse files
authored
Stop deploying extension to experimental instance during build
[skip ci]
1 parent 5523cb7 commit 7f59930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_build_and_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: nuget restore src/CodingWithCalvin.OpenBinFolder.sln
3131

3232
- name: 3. Building Project
33-
run: msbuild 'src/CodingWithCalvin.OpenBinFolder/CodingWithCalvin.OpenBinFolder.csproj' /p:configuration='Release' /p:platform='x64'
33+
run: msbuild 'src/CodingWithCalvin.OpenBinFolder/CodingWithCalvin.OpenBinFolder.csproj' /p:configuration='Release' /p:platform='x64' /p:DeployExtension=False
3434

3535
- name: 4. Create Information File
3636
uses: jsdaniell/[email protected]

0 commit comments

Comments
 (0)