Skip to content

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
FejZa committed Nov 29, 2024
1 parent cccd076 commit d90da59
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Editor/AzurePipelinesBuildTemplate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit d90da59

Please sign in to comment.