Skip to content

Commit

Permalink
allow automatic versioning to avoid publishing failure that is failin…
Browse files Browse the repository at this point in the history
…g CI (Azure#4258)
  • Loading branch information
scbedd authored Oct 5, 2022
1 parent 6237a00 commit 16c7bc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageVersion>1.0.0-dev.0.4</PackageVersion>
<OutputType>Exe</OutputType>
<PackAsTool>true</PackAsTool>
<ToolCommandName>swaggerAPIParser</ToolCommandName>
Expand All @@ -11,6 +10,7 @@
<VersionPrefix>1.0.0</VersionPrefix>
<AssemblyName>Azure.Sdk.Tools.SwaggerApiParser</AssemblyName>
<SignAssembly>True</SignAssembly>
<InformationalVersion>$(OfficialBuildId)</InformationalVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 16c7bc3

Please sign in to comment.