Skip to content

Commit 9db5531

Browse files
committed
build: no reason to build nupkg on all builds
1 parent 5065457 commit 9db5531

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
run: npm clean-install
3232
- name: Test
3333
run: dotnet test
34+
- name: Cleanup Test
35+
run: dotnet clean
3436
- name: Release
3537
run: npx semantic-release
3638
env:

Catglobe.ResXFileCodeGenerator/Catglobe.ResXFileCodeGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>
7-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
88
<Authors>Catglobe</Authors>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<PackageProjectUrl>https://github.com/Catglobe/ResXFileCodeGenerator</PackageProjectUrl>

0 commit comments

Comments
 (0)