From 06cd85e40749e031e0760367fc67526e68ec2dd0 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 28 Jan 2020 16:06:12 +0100 Subject: [PATCH] Remove package dir override. --- azure-pipelines.yml | 27 --------------------------- nuget.config | 5 ----- 2 files changed, 32 deletions(-) delete mode 100644 azure-pipelines.yml delete mode 100644 nuget.config diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index 050585cc27..0000000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,27 +0,0 @@ -trigger: -- master - -pool: - vmImage: 'ubuntu-latest' - -jobs: -- job: Setup - steps: - - script: git submodule update --recursive --init - - script: nuget restore SpaceStation14.sln - -- job: Test - dependsOn: Setup - steps: - - script: msbuild SpaceStation14.sln /p:Configuration=Debug /p:Platform=x64 /nologo /m SpaceStation14.sln - - script: mono packages/nunit.consolerunner/3.10.0/tools/nunit3-console.exe bin/Content.Tests/Content.Tests.dll bin/Content.IntegrationTests/Content.IntegrationTests.dll - -- job: Package - dependsOn: Test - steps: - - script: Tools/package_release_build.py -p windows mac linux - - script: mv release/*.zip $(Build.ArtifactStagingDirectory) - - task: PublishPipelineArtifact@1 - inputs: - path: '$(Build.ArtifactStagingDirectory)' - artifactName: 'Builds' diff --git a/nuget.config b/nuget.config deleted file mode 100644 index dde2cddfb8..0000000000 --- a/nuget.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - -