Skip to content

Commit f119a77

Browse files
committed
switching from MSBuild to .NET Core SDK builds
1 parent f97025d commit f119a77

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ assembly_info:
8383

8484
# Run scripts below before
8585
before_build:
86-
- where msbuild
87-
- cmd: msbuild /t:Clean
86+
- where dotnet
87+
- cmd: dotnet clean
8888

8989
# To run your custom scripts instead of automatic MSBuild
9090
build_script:
91-
- cmd: msbuild /t:Rebuild /p:Configuration=Debug
91+
- cmd: dotnet build --configuration Debug
9292

9393
# NuGet files qualified as artifacts
9494
artifacts:

0 commit comments

Comments
 (0)