We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97025d commit f119a77Copy full SHA for f119a77
1 file changed
appveyor.yml
@@ -83,12 +83,12 @@ assembly_info:
83
84
# Run scripts below before
85
before_build:
86
- - where msbuild
87
- - cmd: msbuild /t:Clean
+ - where dotnet
+ - cmd: dotnet clean
88
89
# To run your custom scripts instead of automatic MSBuild
90
build_script:
91
- - cmd: msbuild /t:Rebuild /p:Configuration=Debug
+ - cmd: dotnet build --configuration Debug
92
93
# NuGet files qualified as artifacts
94
artifacts:
0 commit comments