Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Dapper
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
Dapper
Commits
4b8fffca
Commit
4b8fffca
authored
May 06, 2017
by
Nick Craver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update appveyor.yml for 2017 build
parent
75d342fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
8 deletions
+27
-8
appveyor.yml
appveyor.yml
+27
-8
No files found.
appveyor.yml
View file @
4b8fffca
version
:
1.0.{build}
branches
:
only
:
-
netstandard
clone_depth
:
1
image
:
Visual Studio 2017
init
:
-
git config --global core.autocrlf input
-
cmd
:
SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH%
skip_branch_with_pr
:
true
skip_tags
:
true
skip_commits
:
files
:
-
'
**/*.md'
environment
:
Appveyor
:
true
MYSQL_ENV_MYSQL_USER
:
root
...
...
@@ -18,9 +23,23 @@ services:
-
mssql2014
-
mysql56
-
postgresql94
nuget
:
disable_publish_on_pr
:
true
build_script
:
-
ps
:
>-
createdb test
.\build.ps1
test
:
off
\ No newline at end of file
.\build.ps1 -BuildNumber "$env:APPVEYOR_BUILD_NUMBER" -Version "$env:APPVEYOR_REPO_TAG_NAME" -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true
test
:
off
artifacts
:
-
path
:
.\.nupkgs\*.nupkg
#deploy:
#- provider: NuGet
# server: https://www.myget.org/F/stackoverflow/api/v2
# on:
# branch: master
# api_key:
# secure: P/UHxq2DEs0GI1SoDXDesHjRVsSVgdywz5vmsnhFQQY5aJgO3kP+QfhwfhXz19Rw
# symbol_server: https://www.myget.org/F/stackoverflow/symbols/api/v2/package
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment