We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5523cb7 commit 7f59930Copy full SHA for 7f59930
.github/workflows/release_build_and_deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
run: nuget restore src/CodingWithCalvin.OpenBinFolder.sln
31
32
- name: 3. Building Project
33
- run: msbuild 'src/CodingWithCalvin.OpenBinFolder/CodingWithCalvin.OpenBinFolder.csproj' /p:configuration='Release' /p:platform='x64'
+ run: msbuild 'src/CodingWithCalvin.OpenBinFolder/CodingWithCalvin.OpenBinFolder.csproj' /p:configuration='Release' /p:platform='x64' /p:DeployExtension=False
34
35
- name: 4. Create Information File
36
uses: jsdaniell/[email protected]
0 commit comments