Skip to content

Commit 9d67c08

Browse files
committed
Minor cleanup.
1 parent 9e3a554 commit 9d67c08

File tree

5 files changed

+10
-153
lines changed

5 files changed

+10
-153
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.idea/
99
.DS_Store/
1010
.DS_Store
11+
.vs
1112

1213
# Build results
1314
[Dd]ebug/

.nuget/NuGet.Config

Lines changed: 0 additions & 6 deletions
This file was deleted.

.nuget/NuGet.exe

-1.59 MB
Binary file not shown.

.nuget/NuGet.targets

Lines changed: 0 additions & 144 deletions
This file was deleted.

appveyor.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
version: 0.0.{build}
2+
23
branches:
34
only:
45
- master
6+
57
image: Ubuntu
68

79
install:
@@ -18,16 +20,20 @@ install:
1820
echo "exported info version is $INFORMATIONAL_VERSION"
1921
2022
- ps: Update-AppveyorBuild -Version $env:APP_VERSION
23+
2124
build_script:
2225
- sh: |
2326
dotnet build Sprache.Calc /p:Version=$APP_VERSION /p:FileVersion=$FILE_VERSION /p:InformationVersion="$INFORMATIONAL_VERSION" -c Release -v Minimal /l:"/opt/appveyor/build-agent/AppVeyor.MSBuildLogger.dll"
2427
dotnet pack Sprache.Calc /p:Version=$APP_VERSION /p:FileVersion=$FILE_VERSION /p:InformationVersion="$INFORMATIONAL_VERSION" -c Release -v Minimal --include-symbols --include-source --no-build /l:"/opt/appveyor/build-agent/AppVeyor.MSBuildLogger.dll"
28+
2529
test_script:
2630
- sh: |
2731
dotnet test
32+
2833
artifacts:
2934
- path: '**\Sprache.*.nupkg'
3035
name: Packages
31-
deploy:
32-
- provider: Environment
33-
name: MyGet development feed
36+
37+
#deploy:
38+
# - provider: Environment
39+
# name: MyGet development feed

0 commit comments

Comments
 (0)