We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae8a9e commit d87b5f0Copy full SHA for d87b5f0
.github/workflows/release_build_and_deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
run: nuget restore ./src/CodingWithCalvin.OpenInNotepadPlusPlus.sln
31
32
- name: 3. Building Project
33
- 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
34
35
- name: 4. Create Information File
36
uses: jsdaniell/create-json@v1.2.3
0 commit comments