Skip to content

Commit

Permalink
please only push on tagged commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwoulfe committed Oct 6, 2020
1 parent f050c52 commit 12cf758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NestingContently.Umbraco/NestingContently.Umbraco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</Target>
<Target Name="UmbPack" AfterTargets="Pack">
<Exec Command="umbpack pack package.xml -v $(Version) -o $(PackageOutputPath)" />
<Exec Command="umbpack push $(PackageOutputPath)\Nesting_Contently_$(Version).zip -k $(UmbPackKey) -a current" Condition="'$(APPVEYOR_REPO_TAG)' != null" />
<Exec Command="umbpack push $(PackageOutputPath)\Nesting_Contently_$(Version).zip -k $(UmbPackKey) -a current" Condition="$(APPVEYOR_REPO_TAG) == true" />
</Target>
<ItemGroup>
<Content Include="App_Plugins\NestingContently\**" />
Expand Down

0 comments on commit 12cf758

Please sign in to comment.