diff --git a/.gitignore b/.gitignore index 61dcfb3..51820e6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ dist/ node_modules/ /package-lock.json /.vs +bin +obj diff --git a/.vsts-ci.yml b/.vsts-ci.yml index bdbd6da..2649de9 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -20,7 +20,8 @@ phases: source $(Agent.WorkFolder)/emsdk/emsdk_env.sh npm -g install typescript npm install - make + make + mono src/nuget/nuget.exe pack src/nuget/uno.sqlite-wasm.nuspec -Version "1.0.0-dev.$(Build.BuildId)" -OutputDirectory "$(build.artifactstagingdirectory)" displayName: 'Run make' - task: CopyFiles@2 diff --git a/src/nuget/nuget.exe b/src/nuget/nuget.exe new file mode 100644 index 0000000..ccb2979 Binary files /dev/null and b/src/nuget/nuget.exe differ diff --git a/src/nuget/uno.sqlite-wasm.nuspec b/src/nuget/uno.sqlite-wasm.nuspec new file mode 100644 index 0000000..aa8074f --- /dev/null +++ b/src/nuget/uno.sqlite-wasm.nuspec @@ -0,0 +1,28 @@ + + + + Uno.sqlite-wasm + 1.0.3 + Uno SQLite for WebAssembly + nventive + nventive + false + https://github.com/nventive/uno.sqlite-wasm + https://nv-assets.azurewebsites.net/logos/uno.png + A compilation of the SQLite database engine for WebAssembly + Copyright (C) 2015-2018 nventive inc. - all rights reserved + + + + + + + + + + + + + + +