We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1c40f commit 0728b67Copy full SHA for 0728b67
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -121,7 +121,7 @@ jobs:
121
uses: vers-one/dotnet-project-version-updater@v1.7
122
with:
123
file: |
124
- "**/Ocaramba**.csproj", "!**/Ocaramba.Templates.csproj"
+ "**/Ocaramba**.csproj","Ocaramba.Templates.VSIX/source.extension.vsixmanifest", "!**/Ocaramba.Templates.csproj"
125
version: ${{ env.templateVersion }}
126
- run: msbuild -t:Restore /p:configuration='${{ env.buildConfiguration }}' /v:minimal
127
- run: msbuild '${{ env.solution }}' /p:configuration='${{ env.buildConfiguration }}' /p:platform='${{ env.buildPlatform }}' /v:minimal
@@ -140,3 +140,4 @@ jobs:
140
141
142
143
+
0 commit comments