Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-27 03:15:49 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-27 03:15:49 +0300
commite38468d0e43da9667a79c16e03154116a3b61849 (patch)
treeb3a7679bccd246628666dbdf9f292145f3b2a8c2 /scripts
parent4398a12286f2645d2e3257a60f0e4d2a8316bf99 (diff)
[netcore] Fix condition in AzDO pipeline
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/pipeline-netcore-runtime.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/ci/pipeline-netcore-runtime.yml b/scripts/ci/pipeline-netcore-runtime.yml
index af063f8afb0..90207179f84 100644
--- a/scripts/ci/pipeline-netcore-runtime.yml
+++ b/scripts/ci/pipeline-netcore-runtime.yml
@@ -63,7 +63,7 @@ stages:
env:
dncengPat: $(dn-bot-dotnet-build-rw-code-rw)
displayName: 'Rewrite .gitmodules'
- condition: and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')
+ condition: and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest'))
- bash: |
cd netcore
@@ -143,7 +143,7 @@ stages:
env:
dncengPat: $(dn-bot-dotnet-build-rw-code-rw)
displayName: 'Rewrite .gitmodules'
- condition: and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')
+ condition: and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest'))
- bash: |
cd netcore
@@ -231,7 +231,7 @@ stages:
env:
dncengPat: $(dn-bot-dotnet-build-rw-code-rw)
displayName: 'Rewrite .gitmodules'
- condition: and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')
+ condition: and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest'))
- script: |
%CD:~0,2%\msys64\usr\bin\bash -lc "PATH=/usr/bin:/mingw64/bin:/c/hostedtoolcache/windows/dncs/2.2.203/x64:/c/Program\ Files/Git/bin ./autogen.sh --host=x86_64-w64-mingw32 --with-core=only"