Skip to content

Commit 692035a

Browse files
committed
#117 - Publish packages to artifacts
1 parent 75161b7 commit 692035a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,5 @@ FakesAssemblies/
193193

194194
# Visual Studio 6 workspace options file
195195
*.opt
196+
197+
artifacts

src/Neptuo.Productivity.SolutionRunner.Package/Neptuo.Productivity.SolutionRunner.Package.wapproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<AppxBundlePlatforms>x86</AppxBundlePlatforms>
6363
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
6464
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
65+
<AppxPackageDir>..\..\artifacts\AppPackages\AppStore</AppxPackageDir>
6566
</PropertyGroup>
6667
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
6768
<AppxBundle>Always</AppxBundle>

0 commit comments

Comments
 (0)