diff --git a/IW4MAdmin.sln b/IW4MAdmin.sln index 94b48cdf1..a3aec02fe 100644 --- a/IW4MAdmin.sln +++ b/IW4MAdmin.sln @@ -8,8 +8,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject GameFiles\IW4x\userraw\scripts\_commands.gsc = GameFiles\IW4x\userraw\scripts\_commands.gsc GameFiles\IW4x\userraw\scripts\_customcallbacks.gsc = GameFiles\IW4x\userraw\scripts\_customcallbacks.gsc - azure-pipelines.yml = azure-pipelines.yml PostPublish.ps1 = PostPublish.ps1 + pre-release-pipeline.yml = pre-release-pipeline.yml README.md = README.md RunPublishPre.cmd = RunPublishPre.cmd RunPublishRelease.cmd = RunPublishRelease.cmd diff --git a/azure-pipelines.yml b/pre-release-pipeline.yml similarity index 98% rename from azure-pipelines.yml rename to pre-release-pipeline.yml index 99af89479..857320c7c 100644 --- a/azure-pipelines.yml +++ b/pre-release-pipeline.yml @@ -2,12 +2,7 @@ trigger: batch: true branches: include: - - releases/* - - 2.4-pr - paths: - exclude: - - azure-pipelines.yml - - Master/* + - release/pre pr: none