Added new dev app icons and update version to 1909 (#705)
* Added new dev app icons * Removed VS added page include in calculator.vcsxproj.filters and increased the internal version number and the app version number
This commit is contained in:
@@ -9,8 +9,8 @@ pr: none
|
||||
|
||||
variables:
|
||||
versionMajor: 10
|
||||
versionMinor: 1908
|
||||
versionBuild: $[counter('10.1908.*', 0)]
|
||||
versionMinor: 1909
|
||||
versionBuild: $[counter('10.1909.*', 0)]
|
||||
versionPatch: 0
|
||||
|
||||
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'
|
||||
|
@@ -29,7 +29,7 @@ jobs:
|
||||
downloadDirectory: $(Build.SourcesDirectory)
|
||||
vstsFeed: WindowsApps
|
||||
vstsFeedPackage: calculator-internals
|
||||
vstsPackageVersion: 0.0.18
|
||||
vstsPackageVersion: 0.0.19
|
||||
|
||||
- template: ./build-single-architecture.yaml
|
||||
parameters:
|
||||
|
@@ -91,7 +91,7 @@ jobs:
|
||||
downloadDirectory: $(Build.SourcesDirectory)
|
||||
vstsFeed: WindowsApps
|
||||
vstsFeedPackage: calculator-internals
|
||||
vstsPackageVersion: 0.0.18
|
||||
vstsPackageVersion: 0.0.19
|
||||
|
||||
- task: PkgESStoreBrokerPackage@10
|
||||
displayName: Create StoreBroker Packages
|
||||
|
Reference in New Issue
Block a user