diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-04-08 01:42:45 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-04-08 01:42:45 +0900 |
| commit | f4cba0ed43dff99241ed6dd4778f58ebd7726ac6 (patch) | |
| tree | 7cc5007f45a167b7063b88a3c0efbfd953c7c6e1 | |
| parent | 0a6faefe3ac41895e573b1dadd1af884e0a0dbfb (diff) | |
fix dependency for compat job
| -rw-r--r-- | .ci/azure-pipelines-compat.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines-compat.yml b/.ci/azure-pipelines-compat.yml index 762bbdcb2..de60d2ccb 100644 --- a/.ci/azure-pipelines-compat.yml +++ b/.ci/azure-pipelines-compat.yml @@ -23,7 +23,7 @@ jobs: NugetPackageName: ${{ Package.value.NugetPackageName }} AssemblyFileName: ${{ Package.value.AssemblyFileName }} maxParallel: 2 - dependsOn: MainBuild + dependsOn: Build steps: - checkout: none |
