Skip to content

Commit a743123

Browse files
committed
moved script execution to install secript
1 parent daabf9a commit a743123

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ pull_requests:
99
#environment:
1010
# VERSION_SUFFIX: -preview
1111

12-
init:
13-
- ps: .\tools\DisplayEnvironmentInfo.ps1
12+
init:
1413
- git config --global core.autocrlf true
1514
- ps: $env:GIT_HASH=$env:APPVEYOR_REPO_COMMIT.Substring(0, 10)
1615
- ps: If ("$env:APPVEYOR_REPO_TAG" -ne "true") { $env:VERSION_SUFFIX="-pre" }
@@ -22,6 +21,9 @@ assembly_info:
2221
assembly_file_version: "{version}.0"
2322
assembly_informational_version: "{version}$(VERSION_SUFFIX) $(GIT_HASH)"
2423

24+
install:
25+
- ps: .\tools\DisplayEnvironmentInfo.ps1
26+
2527
before_build:
2628
- ps: >-
2729
Get-ChildItem -Path .\ -Filter project.json -Recurse -Name |

0 commit comments

Comments
 (0)