Skip to content

Commit

Permalink
Jump through msbuild's hoops
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Dec 20, 2023
1 parent e8bc426 commit 8ab81bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
dotnet-version: '7'
- name: Restore, build, and test
run: |
msbuild -r -p:configuration=Release -p:TargetFramework=net48
dotnet build -f net7.0
msbuild -r -p:Configuration=Release
msbuild -r -t:pack -p:Configuration=Release
- name: Smoke test the validator outside the build dir
run: |
cp _build/KSPMMCfgValidator/Release/bin/net48/Repack/KSPMMCfgValidator.exe .
Expand Down
2 changes: 1 addition & 1 deletion KSPMMCfgParser/KSPMMCfgParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<Version>1.0.8</Version>
<PackageVersion>1.0.8</PackageVersion>
<Authors>The CKAN Authors</Authors>
<Copyright>Copyright © CKAN Authors 2022</Copyright>
<Copyright>Copyright © CKAN Authors 2022–2023</Copyright>
<PackageTags>KerbalSpaceProgram ModuleManager Parser</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IsPackable>true</IsPackable>
Expand Down

0 comments on commit 8ab81bd

Please sign in to comment.