Skip to content

Commit

Permalink
update mpdev script
Browse files Browse the repository at this point in the history
remove windows app pub proj for master packager dev
  • Loading branch information
cricketthomas committed Aug 3, 2024
1 parent 7ef7ea0 commit af21d77
Show file tree
Hide file tree
Showing 62 changed files with 7 additions and 234 deletions.
Binary file removed KeyVaultExplorer.Wap/Images/BadgeLogo.scale-100.png
Binary file not shown.
Binary file removed KeyVaultExplorer.Wap/Images/BadgeLogo.scale-125.png
Binary file not shown.
Binary file removed KeyVaultExplorer.Wap/Images/BadgeLogo.scale-150.png
Binary file not shown.
Binary file removed KeyVaultExplorer.Wap/Images/BadgeLogo.scale-200.png
Binary file not shown.
Binary file removed KeyVaultExplorer.Wap/Images/BadgeLogo.scale-400.png
Binary file not shown.
Binary file removed KeyVaultExplorer.Wap/Images/LargeTile.scale-100.png
Binary file not shown.
Binary file removed KeyVaultExplorer.Wap/Images/LargeTile.scale-125.png
Binary file not shown.
Binary file removed KeyVaultExplorer.Wap/Images/LargeTile.scale-150.png
Binary file not shown.
Binary file removed KeyVaultExplorer.Wap/Images/LargeTile.scale-200.png
Binary file not shown.
Binary file removed KeyVaultExplorer.Wap/Images/LargeTile.scale-400.png
Binary file not shown.
Binary file not shown.
Binary file removed KeyVaultExplorer.Wap/Images/SmallTile.scale-100.png
Binary file not shown.
Binary file removed KeyVaultExplorer.Wap/Images/SmallTile.scale-125.png
Binary file not shown.
Binary file removed KeyVaultExplorer.Wap/Images/SmallTile.scale-150.png
Binary file not shown.
Binary file removed KeyVaultExplorer.Wap/Images/SmallTile.scale-200.png
Binary file not shown.
Binary file removed KeyVaultExplorer.Wap/Images/SmallTile.scale-400.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed KeyVaultExplorer.Wap/Images/StoreLogo.backup.png
Diff not rendered.
Binary file removed KeyVaultExplorer.Wap/Images/StoreLogo.scale-100.png
Diff not rendered.
Binary file removed KeyVaultExplorer.Wap/Images/StoreLogo.scale-125.png
Diff not rendered.
Binary file removed KeyVaultExplorer.Wap/Images/StoreLogo.scale-150.png
Diff not rendered.
Binary file removed KeyVaultExplorer.Wap/Images/StoreLogo.scale-200.png
Diff not rendered.
Binary file removed KeyVaultExplorer.Wap/Images/StoreLogo.scale-400.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
171 changes: 0 additions & 171 deletions KeyVaultExplorer.Wap/KeyVaultExplorer.Wap.wapproj

This file was deleted.

56 changes: 0 additions & 56 deletions KeyVaultExplorer.Wap/Package.appxmanifest

This file was deleted.

2 changes: 1 addition & 1 deletion KeyVaultExplorer/KeyVaultExplorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<PackageReference Include="Avalonia.Controls.ItemsRepeater" Version="11.1.1" />
<PackageReference Include="Avalonia.Svg.Skia" Version="11.1.0" />
<PackageReference Include="DeviceId" Version="6.7.0" />
<PackageReference Include="FluentAvaloniaUI" Version="2.1.0-preview6" />
<PackageReference Include="FluentAvaloniaUI" Version="2.1.0" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0-preview.6.24327.7" />
Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ if ($Runtime -eq "osx-x64") {
# //TODO create a script that can edit the appxmanifest to change settings and repack the app for msft store submission
# mpdev build .\msix.json
# Push-Location 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\'
# .\makeappx.exe unpack /v /p "C:\repos\AzureKeyVaultExplorer\mpdev\Key Vault Explorer for Azure\output\Key Vault Explorer for Azure 1.0.263.0.msix" /d "C:\repos\AzureKeyVaultExplorer\mpdev\Key Vault Explorer for Azure\output\Unpacked"
# .\makeappx.exe pack /v /d "C:\repos\AzureKeyVaultExplorer\mpdev\Key Vault Explorer for Azure\output\Unpacked" /p "C:\repos\AzureKeyVaultExplorer\mpdev\Key Vault Explorer for Azure\output\KeyVaultExplorerforAzure_1263.msix"
# .\makeappx.exe unpack /v /p "C:\repos\AzureKeyVaultExplorer\mpdev\Key Vault Explorer\output\Key Vault Explorer 1.0.263.0.msix" /d "C:\repos\AzureKeyVaultExplorer\mpdev\Key Vault Explorer\output\Unpacked"
# .\makeappx.exe pack /v /d "C:\repos\AzureKeyVaultExplorer\mpdev\Key Vault Explorer\output\Unpacked" /p "C:\repos\AzureKeyVaultExplorer\mpdev\Key Vault Explorer\output\KeyVaultExplorerforAzure_1263_1.msix"

8 changes: 4 additions & 4 deletions mpdev/msix.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

"msix"
],
"outputDirectory": "Key Vault Explorer for Azure\\output",
"packageName": "Key Vault Explorer for Azure",
"outputDirectory": "Key Vault Explorer\\output",
"packageName": "Key Vault Explorer",
"publisher": "Arthur Thomas IV",
"version": "1.0.263.0",
"platform": "x86",
"installDir": "%ProgramFiles(x86)%\\Key Vault Explorer for Azure",
"installDir": "%ProgramFiles(x86)%\\Key Vault Explorer",
"icon": "AppIcon.ico",
"fileSystemEntries": [
{
Expand All @@ -20,7 +20,7 @@
"shortcuts": [
{
"target": "$.installDir\\keyvaultexplorerdesktop.exe",
"name": "Key Vault Explorer for Azure"
"name": "Key Vault Explorer"
}
],
"environmentVariables": [],
Expand Down

0 comments on commit af21d77

Please sign in to comment.