Skip to content

Commit

Permalink
(chocolateyGH-563) build on Linux, prepare script concatenation
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallner committed Jun 27, 2024
1 parent 9266559 commit df33052
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 161 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ branches:
- /hotfix/.*/

artifacts:
- path: '.\BuildArtifacts\Boxstarter.*.zip'
- path: '.\BuildArtifacts\Boxstarter.*.nupkg'
- path: '.\buildArtifacts\Boxstarter.*.zip'
- path: '.\buildArtifacts\Boxstarter.*.nupkg'
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Bootstrapper/*-BoxstarterMessage.ps1
Helpers/*-BoxstarterMessage.ps1
Helpers/*-TimedSection.ps1
Bootstrapper/*-TimedSection.ps1
BuildArtifacts
buildArtifacts
obj
bin
*.user
Expand Down
2 changes: 1 addition & 1 deletion BuildScripts/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DefaultTargets="Go"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputPath>BuildArtifacts</OutputPath>
<OutputPath>buildArtifacts</OutputPath>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
</PropertyGroup>
Expand Down
Loading

0 comments on commit df33052

Please sign in to comment.