File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
src/MakingSense.AspNetCore.Authentication.SimpleToken Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
os : Visual Studio 2015
2
2
3
- version : 1.0.0 -{build}
3
+ version : 1.0.1 -{build}
4
4
5
5
nuget :
6
6
account_feed : true
7
7
project_feed : true
8
8
9
9
before_build :
10
- - ps : dotnet restore
11
10
- cmd : set DOTNET_ASSEMBLY_FILE_VERSION=%APPVEYOR_BUILD_NUMBER%
11
+ - cmd : set DOTNET_BUILD_VERSION=%APPVEYOR_BUILD_NUMBER%
12
+ - ps : dotnet restore
12
13
13
14
artifacts :
14
15
- path : ' **\*.nupkg'
@@ -20,8 +21,8 @@ after_build:
20
21
- cmd : dotnet pack src/MakingSense.AspNetCore.Authentication.SimpleToken
21
22
22
23
notifications :
23
- - provider : Slack
24
- auth_token :
25
- secure : fOssPHTsqm6seWcnywN2TJE9gLtRdd1iXLRWWWWAhx4atR0u0ECGb/9Ij/gI/zafJI+FQvevEemi9epjeRhV/g==
26
- channel : rest-api
27
- template : " <{{buildUrl}}|Build {{projectName}} {{buildVersion}} {{status}}> Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_"
24
+ - provider : Slack
25
+ auth_token :
26
+ secure : fOssPHTsqm6seWcnywN2TJE9gLtRdd1iXLRWWWWAhx4atR0u0ECGb/9Ij/gI/zafJI+FQvevEemi9epjeRhV/g==
27
+ channel : rest-api
28
+ template : " <{{buildUrl}}|Build {{projectName}} {{buildVersion}} {{status}}> Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-* " ,
2
+ "version" : " 1.0.1 " ,
3
3
"description" : " MakingSense.AspNetCore.Authentication.SimpleToken Class Library" ,
4
4
"authors" : [ " MakingSense" ],
5
5
"packOptions" : {
You can’t perform that action at this time.
0 commit comments