Skip to content

Commit ebd269f

Browse files
committed
release 0.31.1
1 parent a15a165 commit ebd269f

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

appveyor.yml

+20-13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.30.{build}
1+
version: 0.31.{build}
22

33
pull_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

6269
artifacts:
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

0 commit comments

Comments
 (0)