File tree Expand file tree Collapse file tree 1 file changed +20
-13
lines changed
Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Original file line number Diff line number Diff line change 1- version : 0.30 .{build}
1+ version : 0.31 .{build}
22
33pull_requests :
44 do_not_increment_build_number : true
@@ -46,18 +46,25 @@ after_build:
4646 - cmd : ECHO nuget pack gmaps-api-net.nuspec -version "%GitVersion_NuGetVersion%"
4747 - cmd : nuget pack gmaps-api-net.nuspec -version "%GitVersion_NuGetVersion%"
4848
49- test_script :
50- - ps : >-
51-
52- $DLL_LOCATION=".\src\Google.Maps.Test\bin\Release\net461\Google.Maps.Test.dll"
53-
54- nunit3-console $DLL_LOCATION --labels=All --where:"cat!=ValueTesting" "--result=testresults.xml;format=AppVeyor"
55-
56- if($? -eq $true) {
57-
58- nunit3-console $DLL_LOCATION --labels=All --where:"cat!=ValueTesting" "--result=testresults2.xml;format=AppVeyor"
49+ # test_script:
50+ # - ps: >-
51+ #
52+ # $DLL_LOCATION=".\src\Google.Maps.Test\bin\Release\net461\Google.Maps.Test.dll"
53+ #
54+ # nunit3-console $DLL_LOCATION --labels=All --where:"cat!=ValueTesting" "--result=testresults.xml;format=AppVeyor"
55+ #
56+ # if($? -eq $true) {
57+ #
58+ # nunit3-console $DLL_LOCATION --labels=All --where:"cat!=ValueTesting" "--result=testresults2.xml;format=AppVeyor"
59+ #
60+ # }
61+ test :
62+ categories :
63+ except :
64+ - ValueTesting
65+ after_test :
66+ - cmd : curl 'http://api.ipify.org?format=json'
5967
60- }
6168
6269artifacts :
6370- path : ' *.nupkg'
@@ -71,7 +78,7 @@ deploy:
7178 on :
7279 APPVEYOR_REPO_TAG : true
7380- provider : GitHub
74- tag : v$(APPVEYOR_BUILD_VERSION )
81+ tag : $(APPVEYOR_REPO_TAG_NAME )
7582 auth_token :
7683 secure : bupArXj8lz6RLLO8GPwyRnbGwcmyjg4MvmlBsYD8x+euC9YS5G5y9jaSPCpS7tsX
7784 artifact : NugetPackage
You can’t perform that action at this time.
0 commit comments