From 314ff96e71ae3671b732303a12fbcf4a5b28ac8e Mon Sep 17 00:00:00 2001 From: RaidMax Date: Tue, 19 Apr 2022 22:44:36 -0500 Subject: [PATCH] trying again --- DeploymentFiles/deployment-pipeline.yml | 25 ++++++++++++------------- WebfrontCore/compilerconfig.json | 10 ---------- 2 files changed, 12 insertions(+), 23 deletions(-) delete mode 100644 WebfrontCore/compilerconfig.json diff --git a/DeploymentFiles/deployment-pipeline.yml b/DeploymentFiles/deployment-pipeline.yml index 0ccab5bff..f144aeca2 100644 --- a/DeploymentFiles/deployment-pipeline.yml +++ b/DeploymentFiles/deployment-pipeline.yml @@ -65,19 +65,6 @@ steps: platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' - -- task: DotNetCoreCLI@2 - displayName: 'Publish projects' - inputs: - command: 'publish' - publishWebProjects: false - projects: | - **/WebfrontCore.csproj - **/Application.csproj - arguments: '-c $(buildConfiguration) -o $(outputFolder) /p:Version=$(Build.BuildNumber)' - zipAfterPublish: false - modifyOutputPath: false - - task: PowerShell@2 displayName: 'Bundle JS Files' inputs: @@ -92,6 +79,18 @@ steps: $(Build.Repository.LocalPath)\dotnet-bundle.exe $(Build.Repository.LocalPath)\WebfrontCore\bundleconfig.json failOnStderr: true workingDirectory: '$(Build.Repository.LocalPath)\WebfrontCore' + +- task: DotNetCoreCLI@2 + displayName: 'Publish projects' + inputs: + command: 'publish' + publishWebProjects: false + projects: | + **/WebfrontCore.csproj + **/Application.csproj + arguments: '-c $(buildConfiguration) -o $(outputFolder) /p:Version=$(Build.BuildNumber)' + zipAfterPublish: false + modifyOutputPath: false - task: PowerShell@2 displayName: 'Run publish script 1' diff --git a/WebfrontCore/compilerconfig.json b/WebfrontCore/compilerconfig.json deleted file mode 100644 index f1809e57b..000000000 --- a/WebfrontCore/compilerconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "outputFile": "wwwroot/css/global.css", - "inputFile": "wwwroot/css/src/main.scss" - }, - { - "outputFile": "wwwroot/css/src/profile.css", - "inputFile": "wwwroot/css/src/profile.scss" - } -] \ No newline at end of file