mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix case, just in case
This commit is contained in:
@ -11,7 +11,7 @@ install:
|
|||||||
- cmd: choco install nvika -y
|
- cmd: choco install nvika -y
|
||||||
- cmd: dotnet tool install CodeFileSanity --version 0.0.16 --global
|
- cmd: dotnet tool install CodeFileSanity --version 0.0.16 --global
|
||||||
before_build:
|
before_build:
|
||||||
- cmd: codefilesanity
|
- cmd: CodeFileSanity
|
||||||
- cmd: nuget restore -verbosity quiet
|
- cmd: nuget restore -verbosity quiet
|
||||||
environment:
|
environment:
|
||||||
TargetFramework: net471
|
TargetFramework: net471
|
||||||
|
Reference in New Issue
Block a user