File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,14 @@ before_test:
25
25
$doc = (gc $config) -as [xml];
26
26
$doc.SelectSingleNode('//connectionStrings/add[@name="DelegateDecompilerEfTestDb"]').connectionString = "Server=(local)\\SQL2017;Database=DelegateDecompilerEfTestDb;MultipleActiveResultSets=True;User ID=sa;Password=Password12!;Trusted_connection=True";
27
27
$doc.Save($config);
28
+
29
+ artifacts :
30
+ - path : ' **/*.nupkg'
31
+ - path : ' **/*.snupkg'
32
+
33
+ deploy :
34
+ - provider : NuGet
35
+ on :
36
+ APPVEYOR_REPO_TAG : true
37
+ api_key :
38
+ secure : jvtF15G6C62Mw4rutAgf401eKAzsI8zFC7CZwFfFcteWTRBeu8gbG1HRr5t62ly9
Original file line number Diff line number Diff line change 20
20
<EmbedUntrackedSources >True</EmbedUntrackedSources >
21
21
<IncludeSymbols >True</IncludeSymbols >
22
22
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
23
+
24
+ <ContinuousIntegrationBuild Condition =" '$(CI)' != ''" >$(CI)</ContinuousIntegrationBuild >
23
25
</PropertyGroup >
24
26
25
27
<ItemGroup >
You can’t perform that action at this time.
0 commit comments