Skip to content

Commit d87b5f0

Browse files
authored
Stop deploying extension to experimental instance during build
[skip ci]
1 parent 0ae8a9e commit d87b5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: nuget restore ./src/CodingWithCalvin.OpenInNotepadPlusPlus.sln
3131

3232
- name: 3. Building Project
33-
run: msbuild 'src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj' /p:configuration='Release' /p:platform='x64'
33+
run: msbuild 'src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.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)