From 27ad4fca43e048d888d3fbf05953675d43d6dc88 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sat, 11 Jan 2020 20:50:46 -0600 Subject: [PATCH] lets see if the game scripts copy now --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6cce89f84..2c3d15ff7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -95,18 +95,18 @@ steps: Contents: '*.dll' TargetFolder: '$(outputFolder)\Plugins' -- task: CopyFiles@2 - inputs: - SourceFolder: '$(Build.Repository.LocalPath)\GameFiles' - Contents: '*.gsc' - TargetFolder: '$(outputFolder)\GameFiles' - - task: CmdLine@2 inputs: script: 'xcopy /s /y /f wwwroot $(outputFolder)\wwwroot' workingDirectory: '$(Build.Repository.LocalPath)\BUILD\Plugins' failOnStderr: true +- task: CmdLine@2 + inputs: + script: 'xcopy /s /y /f GameFiles $(outputFolder)\GameFiles' + workingDirectory: '$(Build.Repository.LocalPath)' + failOnStderr: true + - task: ArchiveFiles@2 inputs: rootFolderOrFile: '$(outputFolder)'