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 40082aa commit e620949Copy full SHA for e620949
appveyor.yml
@@ -18,4 +18,12 @@ test_script:
18
- cmd: dotnet test tests\FluentAssertions.AspNetCore.Mvc.Tests\FluentAssertions.AspNetCore.Mvc.Tests.csproj
19
20
artifacts:
21
- - path: '**\*.nupkg'
+ - path: '**\*.nupkg'
22
+
23
+deploy:
24
+- provider: NuGet
25
+ api_key:
26
+ secure: /4N7ion7O3kWuiM5LEiU9oyfmPYGAbJxic7AFKSX/4Z1iiMwdxAUf3v7v6EvFgyZ
27
+ on:
28
+ branch: master
29
+ appveyor_repo_tag: true
0 commit comments