Skip to content

Commit

Permalink
Implement V1 manifest and schema validation (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-msft authored Feb 17, 2021
1 parent 009e684 commit cca8545
Show file tree
Hide file tree
Showing 82 changed files with 5,046 additions and 1,254 deletions.
16 changes: 16 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ apps
appx
appxbundle
appxmanifest
appxsdk
APSTUDIO
argc
args
Expand Down Expand Up @@ -68,6 +69,7 @@ dbconn
DBId
declspec
decltype
defaultlocale
delstore
Demitrius
denelon
Expand Down Expand Up @@ -128,14 +130,18 @@ getline
github
githubusercontent
hfile
HGLOBAL
hinternet
HKEY
hmac
HMODULE
homepage
Homepage
hostname
hpp
HRESULT
hresult
HRSRC
hstring
html
http
Expand All @@ -146,11 +152,13 @@ IAsync
IBuffer
icu
IDisposable
IDX
ifdef
ifndef
ifstream
IInput
IInspectable
IIS
ILogger
impl
Inet
Expand Down Expand Up @@ -188,7 +196,9 @@ LPVOID
mailto
MAJORVERSION
makeappx
MAKEINTRESOURCE
makemsix
MANIFESTSCHEMA
MANIFESTVERSION
mday
metadata
Expand All @@ -210,6 +220,7 @@ msixsdk
msixsdkx
msixtest
msrc
Multifile
Multimatch
mutex
namespace
Expand Down Expand Up @@ -246,12 +257,14 @@ ostringstream
OSVERSIONINFOEXW
outfile
OUTOFMEMORY
OWC
Params
parentidx
pathpart
Pathto
PBYTE
pch
PCWSTR
pdb
PEVENT
pfp
Expand All @@ -276,6 +289,7 @@ ptr
publiccontainer
PUCHAR
PVOID
pwa
QCol
RAII
rdbuf
Expand Down Expand Up @@ -436,6 +450,8 @@ usersources
utext
utf
uuidof
validator
valijson
vcxitems
vcxproj
vdproj
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/spelling/patterns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ El proyecto .* diferentes

# URLs -- Added here instead of allow.txt to facilitate wildcarding them as more are added
http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer

# schema regex
"pattern": .*$
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,13 @@ jobs:
name: AppInstallerTest
displayName: 'Download Source Package Certificate'
inputs:
secureFile: 'AppInstallerTest.pfx'
secureFile: 'AppInstallerTest.pfx'

- task: DownloadSecureFile@1
name: HTTPSDevCert
displayName: 'Download Kestrel Certificate'
inputs:
secureFile: 'HTTPSDevCert.pfx'
secureFile: 'HTTPSDevCert.pfx'

- task: MSBuild@1
displayName: Build MSIX Test Installer File
Expand Down
Loading

0 comments on commit cca8545

Please sign in to comment.