We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daabf9a commit a743123Copy full SHA for a743123
appveyor.yml
@@ -9,8 +9,7 @@ pull_requests:
9
#environment:
10
# VERSION_SUFFIX: -preview
11
12
-init:
13
- - ps: .\tools\DisplayEnvironmentInfo.ps1
+init:
14
- git config --global core.autocrlf true
15
- ps: $env:GIT_HASH=$env:APPVEYOR_REPO_COMMIT.Substring(0, 10)
16
- ps: If ("$env:APPVEYOR_REPO_TAG" -ne "true") { $env:VERSION_SUFFIX="-pre" }
@@ -22,6 +21,9 @@ assembly_info:
22
21
assembly_file_version: "{version}.0"
23
assembly_informational_version: "{version}$(VERSION_SUFFIX) $(GIT_HASH)"
24
+install:
25
+ - ps: .\tools\DisplayEnvironmentInfo.ps1
26
+
27
before_build:
28
- ps: >-
29
Get-ChildItem -Path .\ -Filter project.json -Recurse -Name |
0 commit comments