Skip to content

Commit a6c7ec8

Browse files
committed
finalize Azure Artifact build in pipeline
- switch to DigitalRuby feed - moved company and product to csproj from assemblyinfo.cs - changed csproj to version-prefix
1 parent 95452eb commit a6c7ec8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,11 @@ jobs:
7878
- task: NuGetToolInstaller@1
7979
- task: NuGetAuthenticate@0
8080
displayName: 'NuGet Authenticate'
81-
#- script: nuget push $(Build.ArtifactStagingDirectory)/*.nupkg -NonInteractive -Source https://pkgs.dev.azure.com/DigitalRuby/DigitalRuby/_packaging/DigitalRuby/nuget/v3/index.json -ApiKey AzureArtifacts -Verbosity Detailed
8281
- task: NuGetCommand@2
8382
displayName: 'NuGet push'
8483
inputs:
8584
command: push
86-
publishVstsFeed: DigitalRuby/DigitalRubyFeed
85+
publishVstsFeed: DigitalRuby/DigitalRuby
8786
- job: build_tag
8887
displayName: Build console app
8988
timeoutInMinutes: 5

src/ExchangeSharp/ExchangeSharp.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@
88
<LangVersion>8</LangVersion>
99
<PackageId>DigitalRuby.ExchangeSharp</PackageId>
1010
<Title>ExchangeSharp - C# API for cryptocurrency exchanges</Title>
11-
<PackageVersion>1.0.2</PackageVersion>
12-
<Authors>jjxtra</Authors>
11+
<VersionPrefix>1.0.2</VersionPrefix>
12+
<Authors>jjxtra</Authors>
1313
<Description>ExchangeSharp is a C# API for working with various cryptocurrency exchanges. Web sockets are also supported for some exchanges.</Description>
1414
<Summary>Supported exchanges: Binance BitMEX Bitfinex Bithumb Bitstamp Bittrex BL3P Bleutrade BTSE Cryptopia Coinbase(GDAX) Digifinex Gemini Gitbtc Huobi Kraken Kucoin Livecoin NDAX OKCoin OKEx Poloniex TuxExchange Yobit ZBcom. Pull requests welcome.</Summary>
1515
<PackageIcon>icon.png</PackageIcon>
1616
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1717
<PackageProjectUrl>https://github.com/DigitalRuby/ExchangeSharp</PackageProjectUrl>
1818
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1919
<PackageReleaseNotes>https://github.com/DigitalRuby/ExchangeSharp/releases</PackageReleaseNotes>
20+
<Company>Digital Ruby, LLC</Company>
21+
<Product>IPBan</Product>
2022
<PackageReadmeFile>README.md</PackageReadmeFile>
2123
<PackageTags>C# crypto cryptocurrency trade trader exchange sharp socket web socket websocket signalr secure API Binance BitMEX Bitfinex Bithumb Bitstamp Bittrex BL3P Bleutrade BTSE Cryptopia Coinbase GDAX Digifinex Gemini Gitbtc Huobi Kraken Kucoin Livecoin NDAX OKCoin OKEx Poloniex TuxExchange Yobit ZBcom</PackageTags>
2224
<RepositoryUrl>https://github.com/DigitalRuby/ExchangeSharp</RepositoryUrl>

0 commit comments

Comments
 (0)