Skip to content

Commit 6bb90e8

Browse files
removed assembly infos
1 parent 0869a9d commit 6bb90e8

File tree

6 files changed

+2
-31
lines changed

6 files changed

+2
-31
lines changed

.appveyor.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,3 @@ artifacts:
1515
- path: ./artifacts/nuget/*.nupkg
1616
nuget:
1717
project_feed: true
18-
deploy:
19-
- provider: NuGet
20-
server: https://www.myget.org/F/omnisharp/api/v2/package
21-
api_key:
22-
secure: eoBrSWDtOXSxyUOoCSTyQCeDkvU18W67pE3w26viEUBRi1K4Tru0cTjUtDUB7l9V
23-
skip_symbols: false
24-
symbol_server: https://www.myget.org/F/omnisharp/symbols/api/v2/package
25-
artifact: /.*\.nupkg/
26-
on:
27-
branch: master
28-
- provider: NuGet
29-
server: https://www.myget.org/F/omnisharp/api/v2/package
30-
api_key:
31-
secure: eoBrSWDtOXSxyUOoCSTyQCeDkvU18W67pE3w26viEUBRi1K4Tru0cTjUtDUB7l9V
32-
skip_symbols: false
33-
symbol_server: https://www.myget.org/F/omnisharp/symbols/api/v2/package
34-
artifact: /.*\.nupkg/
35-
on:
36-
appveyor_repo_tag: true
37-
- provider: NuGet
38-
api_key:
39-
secure: lFaEHVRMsSWTveDH/DuLl4+hv+O0i4qLkbhW3aCgzq0oCrOuV+0TSEkqe6aiHuNX
40-
skip_symbols: true
41-
artifact: /.*\.nupkg/
42-
on:
43-
appveyor_repo_tag: true

.azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resources:
33
- repository: rsg
44
type: github
55
name: RocketSurgeonsGuild/AzureDevopsTemplates
6-
# ref: refs/tags/v0.2.7
6+
ref: refs/tags/v0.2.8
77
endpoint: github
88

99
variables:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: csharp
22
sudo: required
33
dist: trusty
44
mono: latest
5-
dotnet: 2.1.301
5+
dotnet: 2.1.500
66
os:
77
- linux
88
git:

src/JsonRpc/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Protocol/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Server/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)