Skip to content

Commit f28a461

Browse files
author
Ahmad Noman Musleh
committed
Using dotnet instead of Nuget for restoring dependencies
1 parent 3ca9351 commit f28a461

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish_nuget_package_prereleased.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
nuget-api-key: ${{secrets.NUGET_API_KEY}}
2222
nuget-version: 'latest'
2323

24-
- name: Restore dependencies
25-
run: nuget restore $PROJECT
26-
2724
- name: Setup .NET
2825
uses: actions/setup-dotnet@v1
2926
with:
3027
dotnet-version: '6.0.x'
3128

29+
- name: Restore dependencies
30+
run: dotnet restore $PROJECT
31+
3232
- name: Build
3333
run: dotnet build $PROJECT --configuration $BUILD_CONFIG --no-restore
3434

src/OpenAPI.Net/OpenAPI.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageTags>cTrader, Open API, Spotware</PackageTags>
1010
<Description>A .NET RX library for Spotware Open API</Description>
1111
<PackageId>Spotware.OpenAPI.Net</PackageId>
12-
<Version>1.3.7-rc12</Version>
12+
<Version>1.3.7-rc13</Version>
1313
<Platforms>AnyCPU</Platforms>
1414
<Company>Spotware</Company>
1515
<Authors>Spotware</Authors>

0 commit comments

Comments
 (0)