File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 33
33
<ErrorReport >prompt</ErrorReport >
34
34
<WarningLevel >4</WarningLevel >
35
35
<DocumentationFile >bin\Release\MaterialDesignThemes.Wpf.XML</DocumentationFile >
36
+ <NoWarn >CS1591</NoWarn >
36
37
</PropertyGroup >
37
38
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'AppVeyor|AnyCPU'" >
38
39
<OutputPath >bin\AppVeyor\</OutputPath >
43
44
<ErrorReport >prompt</ErrorReport >
44
45
<CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
45
46
<DocumentationFile >bin\AppVeyor\MaterialDesignThemes.Wpf.XML</DocumentationFile >
47
+ <NoWarn >CS1591</NoWarn >
46
48
</PropertyGroup >
47
49
<ItemGroup >
48
50
<Compile Include =" ..\paket-files\ControlzEx\ControlzEx\src\ControlzEx\PackIconBase.cs" >
Original file line number Diff line number Diff line change 9
9
assembly_info :
10
10
patch : true
11
11
file : ' **\AssemblyInfo.*'
12
- assembly_version : ' {version }'
13
- assembly_file_version : ' {version }'
14
- assembly_informational_version : ' {version }'
12
+ assembly_version : ' 2.0.0.{build }'
13
+ assembly_file_version : ' 2.0.0.{build }'
14
+ assembly_informational_version : ' 2.0.0.{build }'
15
15
environment :
16
16
RestorePackages : false
17
17
install :
22
22
project : MaterialDesignToolkit.Wpf.sln
23
23
verbosity : minimal
24
24
after_build :
25
- - ps : nuget pack MaterialDesignThemes.nuspec -Version 2.0.0-ci{build}
25
+ - ps : nuget pack MaterialDesignThemes.nuspec -Version $env:APPVEYOR_BUILD_VERSION
26
26
artifacts :
27
27
- path : ' **\MaterialDesignThemes.*.nupkg'
28
28
- path : bin\**\*.*
29
29
30
- version : 2.0.0.{build}
30
+ version : 2.0.0.ci- {build}
31
31
deploy :
32
32
- provider : NuGet
33
33
api_key :
You can’t perform that action at this time.
0 commit comments