Skip to content

Commit d7edfde

Browse files
committed
A little cleanup on the appveyor.yml
1 parent e9db61b commit d7edfde

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

appveyor.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
1-
version: 1.0.{build}
2-
3-
environment:
4-
CLI_VERSION: Latest
5-
1+
version: '{build}'
62
image: Visual Studio 2017
7-
83
configuration: Release
94

105
before_build:
116
- cmd: dotnet restore
127

13-
build:
14-
verbosity: minimal
15-
16-
test_script:
17-
- cmd: dotnet test samples\FluentAssertions.AspNetCore.Mvc.Sample.Tests\FluentAssertions.AspNetCore.Mvc.Sample.Tests.csproj
18-
- cmd: dotnet test tests\FluentAssertions.AspNetCore.Mvc.Tests\FluentAssertions.AspNetCore.Mvc.Tests.csproj
19-
208
artifacts:
219
- path: '**\*.nupkg'
2210

@@ -25,5 +13,4 @@ deploy:
2513
api_key:
2614
secure: /4N7ion7O3kWuiM5LEiU9oyfmPYGAbJxic7AFKSX/4Z1iiMwdxAUf3v7v6EvFgyZ
2715
on:
28-
branch: master
2916
appveyor_repo_tag: true

0 commit comments

Comments
 (0)