Skip to content

Commit

Permalink
AppVeyor用のmsbuild.rspをbefore_buildで都度生成する
Browse files Browse the repository at this point in the history
  • Loading branch information
upsilon committed Dec 4, 2023
1 parent 556753a commit 3c3917e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ init:

before_build:
- nuget restore
- echo '/warnaserror /p:DebugType=None' > .\msbuild.rsp

test:
assemblies:
Expand Down
3 changes: 0 additions & 3 deletions msbuild.rsp

This file was deleted.

0 comments on commit 3c3917e

Please sign in to comment.