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 e9db61b commit d7edfdeCopy full SHA for d7edfde
appveyor.yml
@@ -1,22 +1,10 @@
1
-version: 1.0.{build}
2
-
3
-environment:
4
- CLI_VERSION: Latest
5
+version: '{build}'
6
image: Visual Studio 2017
7
8
configuration: Release
9
10
before_build:
11
- cmd: dotnet restore
12
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
20
artifacts:
21
- path: '**\*.nupkg'
22
@@ -25,5 +13,4 @@ deploy:
25
api_key:
26
secure: /4N7ion7O3kWuiM5LEiU9oyfmPYGAbJxic7AFKSX/4Z1iiMwdxAUf3v7v6EvFgyZ
27
on:
28
- branch: master
29
appveyor_repo_tag: true
0 commit comments