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 @@ - - - - -