Skip to content

Commit 73a21ce

Browse files
Remove ENV vars that modify publish-module use and [ReleaseMe]
1 parent fd2a314 commit 73a21ce

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# See http://www.appveyor.com/docs/appveyor-yml for many more options
2-
os: Unstable
2+
os: Visual Studio 2015
33

44
# Init variables for publishing to PowerShell Gallery or GitHub
55
environment:
66
ModuleName: $(APPVEYOR_PROJECT_NAME) # Hard code if you really need to...
7-
Tags: 'SQL,SQLite,Database,Query' #comma separated list, e.g. 'tag1,tag2,tag3'
8-
ReleaseNotes: 'Added UNC support'
9-
LicenseUri: 'https://raw.githubusercontent.com/RamblingCookieMonster/PSSQLite/master/LICENSE'
10-
ProjectUri: 'http://ramblingcookiemonster.github.io/SQLite-and-PowerShell/'
11-
GitHubRelease: $(APPVEYOR_PROJECT_NAME)-v1.0.1 # TODO: extract version from PSD1...
7+
GitHubRelease: $(APPVEYOR_PROJECT_NAME)-v1.1.0 # TODO: extract version from PSD1...
128
NugetApiKey: # Add your API key to AppVeyor, paste the encrypted bit here
139
secure: oqMFzG8F65K5l572V7VzlZIWU7xnSYDLtSXECJAAURrXe8M2+BAp9vHLT+1h1lR0
1410

0 commit comments

Comments
 (0)