Skip to content

Commit a6bf55f

Browse files
committed
release 0.31.1
1 parent a15a165 commit a6bf55f

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

appveyor.yml

+21-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,26 @@ 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'
67+
- ps: Invoke-RestMethod -Uri "https://api.ipify.org?format=json"
5968

60-
}
6169

6270
artifacts:
6371
- path: '*.nupkg'
@@ -71,7 +79,7 @@ deploy:
7179
on:
7280
APPVEYOR_REPO_TAG: true
7381
- provider: GitHub
74-
tag: v$(APPVEYOR_BUILD_VERSION)
82+
tag: $(APPVEYOR_REPO_TAG_NAME)
7583
auth_token:
7684
secure: bupArXj8lz6RLLO8GPwyRnbGwcmyjg4MvmlBsYD8x+euC9YS5G5y9jaSPCpS7tsX
7785
artifact: NugetPackage

0 commit comments

Comments
 (0)