Skip to content

Commit

Permalink
Configure CI (no. 109)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed May 7, 2021
1 parent 6b80520 commit 27d22f4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .azure/pipelines/ci.yml
@@ -1,15 +1,15 @@
# trigger:
# - feature/azure-pipelines
trigger:
- feature/azure-pipelines

# variables:
# DOTVVM_ROOT: $(Build.BinariesDirectory)
# BUILD_CONFIGURATION: Release
# DISPLAY: :42
# DOTNET_NOLOGO: 1
# DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
# DOTNET_CLI_TELEMETRY_OPTOUT: 1
variables:
DOTVVM_ROOT: $(Build.BinariesDirectory)
BUILD_CONFIGURATION: Release
DISPLAY: :42
DOTNET_NOLOGO: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1

# jobs:
jobs:
# - job: crossplatformBuild
# displayName: Build cross-platform projects (Linux)
# pool:
Expand Down

0 comments on commit 27d22f4

Please sign in to comment.