From b3025a04f4a547b910afe0acc790cb3030dd51dc Mon Sep 17 00:00:00 2001 From: Paul Knopf Date: Mon, 15 Apr 2019 00:29:13 -0400 Subject: [PATCH] dfd --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd5aa72b..2e97ad27 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,13 +13,13 @@ strategy: ci-script: ./build.linux.sh mac: imageName: 'macos-10.13' - ci-script: ./build.osx.sh + ciScript: ./build.osx.sh windows: imageName: 'vs2017-win2016' - ci-script: ./build.windows.bat + ciScript: ./build.windows.bat steps: - task: DotNetCoreInstaller@0 inputs: version: '2.2.203' -- script: $(ci-scipt) \ No newline at end of file +- script: $(ciScript) \ No newline at end of file