Skip to content

Commit

Permalink
Stop deploying extension to experimental instance during build
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
CalvinAllen authored May 13, 2024
1 parent 0ae8a9e commit d87b5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: nuget restore ./src/CodingWithCalvin.OpenInNotepadPlusPlus.sln

- name: 3. Building Project
run: msbuild 'src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj' /p:configuration='Release' /p:platform='x64'
run: msbuild 'src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj' /p:configuration='Release' /p:platform='x64' /p:DeployExtension=False

- name: 4. Create Information File
uses: jsdaniell/[email protected]
Expand Down

0 comments on commit d87b5f0

Please sign in to comment.