commit a422bc9e017f439b1961671a6571177518165196 parent 68ebdee69c23748c426f0aeddcad220af4ee7a86 Author: EnderRifter <33129490+EnderRifter@users.noreply.github.com> Date: Mon, 8 Jul 2019 13:47:06 +0100 Delete azure-pipelines.yml Diffstat:
| D | azure-pipelines.yml | | | 30 | ------------------------------ |
1 file changed, 0 insertions(+), 30 deletions(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -1,30 +0,0 @@ -# ASP.NET Core - -# Build and test ASP.NET Core projects targeting .NET Core. -# Add steps that run tests, create a NuGet package, deploy, and more: -# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core - -trigger: -- master - -pool: - vmImage: 'ubuntu-latest' - -variables: - buildConfiguration: 'Release' - -steps: -- task: DotNetCoreCLI@2 - inputs: - command: 'restore' - projects: '.\\StarSim\\StarSim.sln' - feedsToUse: 'select' -- task: DotNetCoreCLI@2 - inputs: - command: 'build' - projects: '.\\StarSim\\StarSim.sln' -- task: DotNetCoreCLI@2 - inputs: - command: 'publish' - publishWebProjects: true -