Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit ee11d4f

Browse files
committed
Firs attempt at nuget publishing
1 parent c51ada8 commit ee11d4f

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>AlwaysEncryptedSampleTitle.Models</id>
5+
<version>0.1</version>
6+
<authors>Justin Dearing</authors>
7+
<owners>Zippy1981</owners>
8+
<licenseUrl>https://raw.githubusercontent.com/sqlcollaborative/AlwaysEncryptedSample/master/License.md</licenseUrl>
9+
<projectUrl>https://raw.githubusercontent.com/sqlcollaborative/AlwaysEncryptedSample/</projectUrl>
10+
<!-- <iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl> -->
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<!-- <description>$description$</description> -->
13+
<!-- <releaseNotes>Summary of changes made in this release of the package.</releaseNotes> -->
14+
<copyright>Copyright 2019</copyright>
15+
<tags>SqlServer AlwaysEncrypted SqlCollaborative</tags>
16+
</metadata>
17+
</package>

License.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Copyright (c) 2015-2016 Justin Dearing <[email protected]>
1+
# AlwaysEncryoted Sample Application
22

3+
Copyright (c) 2015-2019 Justin Dearing <[email protected]>
34

45
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
56

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ before_build:
2828
- cmd: sqlcmd -S "%SQL_SERVER_INSTANCE%" -i .\appveyor\init.sql
2929
- cmd: nuget restore -Verbosity %NUGET_RESTORE_VERBOSITY%
3030
build:
31+
publish_nuget: true
3132
publish_wap: true
3233
parallel: true
3334
verbosity: minimal

0 commit comments

Comments
 (0)