File tree Expand file tree Collapse file tree 4 files changed +28
-67
lines changed Expand file tree Collapse file tree 4 files changed +28
-67
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
public class SqlScriptTests
11
11
{
12
12
[ Test ]
13
+ [ Explicit ] // Only works when shadow copy disabled for tests
13
14
public void SqlScriptsShouldBeEmbeddedResources ( )
14
15
{
15
16
Convention . Is ( new FilesAreEmbeddedResources ( ".sql" ) , new ProjectFileItems ( typeof ( DomainClass ) . Assembly ) ) ;
Original file line number Diff line number Diff line change
1
+ install :
2
+ - choco install gitversion.portable -pre -y
3
+
4
+ assembly_info :
5
+ patch : false
6
+
7
+ before_build :
8
+ - nuget restore
9
+ - gitversion /l console /output buildserver /updateAssemblyInfo
10
+
11
+ platform :
12
+ - Any CPU
13
+
14
+ configuration :
15
+ - Debug
16
+
17
+ build :
18
+ project : ConventionTests.sln
19
+
20
+ after_build :
21
+ - cmd : ECHO nuget pack TestStack.ConventionTests\TestStack.ConventionTests.nuspec -version "%GitVersion_NuGetVersion%" -BasePath TestStack.ConventionTests\bin\%CONFIGURATION%
22
+ - cmd : nuget pack TestStack.ConventionTests\TestStack.ConventionTests.nuspec -version "%GitVersion_NuGetVersion%" -BasePath TestStack.ConventionTests\bin\%CONFIGURATION%
23
+ - cmd : ECHO nuget pack TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.nuspec -version "%GitVersion_NuGetVersion%" -BasePath TestStack.ConventionTests.Autofac\bin\%CONFIGURATION%
24
+ - cmd : nuget pack TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.nuspec -version "%GitVersion_NuGetVersion%" -BasePath TestStack.ConventionTests.Autofac\bin\%CONFIGURATION%
25
+
26
+ - cmd : appveyor PushArtifact "TestStack.ConventionTests.%GitVersion_NuGetVersion%.nupkg"
27
+ - cmd : appveyor PushArtifact "TestStack.ConventionTests.Autofac.%GitVersion_NuGetVersion%.nupkg"
You can’t perform that action at this time.
0 commit comments