Skip to content

Commit

Permalink
Adds descriptions to build configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankowitz committed Apr 5, 2019
1 parent 0a681d7 commit 5e0e05b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
6 changes: 2 additions & 4 deletions build/.vsts-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# ASP.NET Core (.NET Framework)
# Build and test ASP.NET Core web applications targeting the full .NET Framework.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/vsts/pipelines/languages/dotnet-core
# DESCRIPTION:
# Builds, tests and packages the solution for the CI build configuration.

name: $(SourceBranchName)-$(Date:yyyyMMdd)$(Rev:-r)
variables:
Expand Down
6 changes: 2 additions & 4 deletions build/.vsts-package-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# ASP.NET Core (.NET Framework)
# Build and test ASP.NET Core web applications targeting the full .NET Framework.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/vsts/pipelines/languages/dotnet-core
# DESCRIPTION:
# This build configuration is used to test the latest alpha/beta packages for the fhir-net-api.

name: vNext$(SourceBranchName)-$(Date:yyyyMMdd)$(Rev:-r)
variables:
Expand Down
6 changes: 2 additions & 4 deletions build/.vsts-pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# ASP.NET Core (.NET Framework)
# Build and test ASP.NET Core web applications targeting the full .NET Framework.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/vsts/pipelines/languages/dotnet-core
# DESCRIPTION:
# Builds, tests and packages the solution for all PR requests.

name: pr$(system.pullRequest.pullRequestNumber)-$(Date:yyyyMMdd)$(Rev:-r)
variables:
Expand Down
Empty file removed build/updatePackages.yml
Empty file.

0 comments on commit 5e0e05b

Please sign in to comment.