Skip to content

Commit

Permalink
Build releases with latest "nightly" build from AppVeyor, not with la…
Browse files Browse the repository at this point in the history
…test stable release from GitHub
  • Loading branch information
mast-eu committed Nov 15, 2019
1 parent efb8106 commit 7c74cae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<GitExtensionsDownloadPath>..\..\..\gitextensions.shared</GitExtensionsDownloadPath> <!-- path is relative to $(ProjectDir) -->
<GitExtensionsReferenceVersion>latest</GitExtensionsReferenceVersion> <!-- 'latest' or 'v3.1' (= tag from GitHub releases) or 'v3.1.0.5877' (= build number from AppVeyor)-->
<GitExtensionsReferenceSource>GitHub</GitExtensionsReferenceSource> <!-- 'GitHub' or 'AppYevor' -->
<GitExtensionsReferenceSource>AppVeyor</GitExtensionsReferenceSource> <!-- 'GitHub' or 'AppYevor' -->
<GitExtensionsPath></GitExtensionsPath> <!-- for local builds (no download) -->
</PropertyGroup>
</Project>

0 comments on commit 7c74cae

Please sign in to comment.