From d90da59ba32dc9b83e8473a112bb5eb798207251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dino=20Fejzagi=C4=87?= Date: Fri, 29 Nov 2024 11:25:30 +0100 Subject: [PATCH] v1.0.9 --- CHANGELOG.md | 6 ++++++ Editor/AzurePipelinesBuildTemplate.cs | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5041be..015500e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.9] + +### Fixed + +- Fixed argument constants + ## [1.0.8] ### Added diff --git a/Editor/AzurePipelinesBuildTemplate.cs b/Editor/AzurePipelinesBuildTemplate.cs index d257a57..09b3f4d 100644 --- a/Editor/AzurePipelinesBuildTemplate.cs +++ b/Editor/AzurePipelinesBuildTemplate.cs @@ -10,8 +10,8 @@ public static class AzurePipelinesBuild { - private const string OutputFileNameArgument = "outputFileName"; - private const string OutputPathArgument = "outputPath"; + private const string OutputFileNameArgument = "-outputFileName"; + private const string OutputPathArgument = "-outputPath"; public static void PerformBuild() { diff --git a/package.json b/package.json index ef4c9b8..3bc5d62 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "games.dinomite.azurepipelines", "displayName": "Dinomite.AzurePipelines", "description": "A Unity package containing build scripts for use with the Unity Tools for Azure DevOps extension.", - "version": "1.0.8", + "version": "1.0.9", "unity": "2018.0", "author": "Dinomite", "keywords": [