File tree 1 file changed +21
-13
lines changed
1 file changed +21
-13
lines changed Original file line number Diff line number Diff line change 1
- version : 0.30 .{build}
1
+ version : 0.31 .{build}
2
2
3
3
pull_requests :
4
4
do_not_increment_build_number : true
@@ -46,18 +46,26 @@ after_build:
46
46
- cmd : ECHO nuget pack gmaps-api-net.nuspec -version "%GitVersion_NuGetVersion%"
47
47
- cmd : nuget pack gmaps-api-net.nuspec -version "%GitVersion_NuGetVersion%"
48
48
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'
67
+ - ps : Invoke-RestMethod -Uri "https://api.ipify.org?format=json"
59
68
60
- }
61
69
62
70
artifacts :
63
71
- path : ' *.nupkg'
@@ -71,7 +79,7 @@ deploy:
71
79
on :
72
80
APPVEYOR_REPO_TAG : true
73
81
- provider : GitHub
74
- tag : v$(APPVEYOR_BUILD_VERSION )
82
+ tag : $(APPVEYOR_REPO_TAG_NAME )
75
83
auth_token :
76
84
secure : bupArXj8lz6RLLO8GPwyRnbGwcmyjg4MvmlBsYD8x+euC9YS5G5y9jaSPCpS7tsX
77
85
artifact : NugetPackage
You can’t perform that action at this time.
0 commit comments