Skip to content

Commit cf1c40f

Browse files
authored
Update GitHub Actions workflow for .NET Desktop
1 parent 2190d14 commit cf1c40f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
uses: vers-one/dotnet-project-version-updater@v1.7
122122
with:
123123
file: |
124-
"**/*.csproj", "**/*.nuspec", "**/AssemblyInfo.cs"
124+
"**/Ocaramba**.csproj", "!**/Ocaramba.Templates.csproj"
125125
version: ${{ env.templateVersion }}
126126
- run: msbuild -t:Restore /p:configuration='${{ env.buildConfiguration }}' /v:minimal
127127
- run: msbuild '${{ env.solution }}' /p:configuration='${{ env.buildConfiguration }}' /p:platform='${{ env.buildPlatform }}' /v:minimal
@@ -139,3 +139,4 @@ jobs:
139139

140140

141141

142+

0 commit comments

Comments
 (0)