-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,32 +3,48 @@ name: Unstable release deploy to MyGet | |
on: | ||
push: | ||
branches: | ||
- dev | ||
- 'hotfix/**' | ||
- dev | ||
- 'hotfix/**' | ||
- 'release/**' | ||
|
||
jobs: | ||
build-test-package: | ||
runs-on: ubuntu-latest | ||
env: | ||
BeeNet_IT_NodeEndPoint: "http://127.0.0.1/" | ||
BeeNet_IT_NodeVersion: "1.13.2" | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@master | ||
with: | ||
fetch-depth: 0 | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Setup .NET SDK 5.0.x | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: '5.0.x' | ||
- name: Setup dotnet | ||
uses: actions/setup-dotnet@v4 | ||
with: | ||
dotnet-version: | | ||
6.0.x | ||
7.0.x | ||
8.0.x | ||
- name: Build with dotnet | ||
run: dotnet build --configuration Release | ||
|
||
- name: Run unit tests | ||
run: dotnet test --configuration Release | ||
- name: Build with dotnet | ||
run: dotnet build --configuration Release | ||
|
||
- name: Generate nuget package | ||
run: dotnet pack --configuration Release -o nupkg | ||
# - name: Setup Node.js environment | ||
# uses: actions/[email protected] | ||
# | ||
# - name: Install BeeFactory | ||
# run: npm install -g @ethersphere/bee-factory | ||
# | ||
# - name: Start Bee Nodes | ||
# run: bee-factory start --detach "${{env.BeeNet_IT_NodeVersion}}" | ||
# | ||
# - name: Run integration tests | ||
# run: dotnet test --configuration Release | ||
|
||
- name: Generate nuget package | ||
run: dotnet pack --configuration Release -o nupkg | ||
|
||
- name: Push packages | ||
run: dotnet nuget push './nupkg/*.nupkg' --api-key ${{secrets.MYGET_APIKEY}} --source https://www.myget.org/F/etherna/api/v3/index.json | ||
- name: Push packages | ||
run: dotnet nuget push './nupkg/*.nupkg' --api-key ${{secrets.MYGET_APIKEY}} --source https://www.myget.org/F/etherna/api/v3/index.json |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,26 +8,41 @@ on: | |
jobs: | ||
build-test-package: | ||
runs-on: ubuntu-latest | ||
env: | ||
BeeNet_IT_NodeEndPoint: "http://127.0.0.1/" | ||
BeeNet_IT_NodeVersion: "1.12.0" | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@master | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Setup .NET SDK 5.0.x | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: '5.0.x' | ||
|
||
- name: Build with dotnet | ||
run: dotnet build --configuration Release | ||
|
||
- name: Run unit tests | ||
run: dotnet test --configuration Release | ||
|
||
- name: Generate nuget package | ||
run: dotnet pack --configuration Release -o nupkg | ||
|
||
- name: Push packages | ||
run: dotnet nuget push './nupkg/*.nupkg' --api-key ${{secrets.NUGET_KEY}} --source https://api.nuget.org/v3/index.json | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Setup dotnet | ||
uses: actions/setup-dotnet@v4 | ||
with: | ||
dotnet-version: | | ||
6.0.x | ||
7.0.x | ||
8.0.x | ||
- name: Build with dotnet | ||
run: dotnet build --configuration Release | ||
|
||
# - name: Setup Node.js environment | ||
# uses: actions/[email protected] | ||
# | ||
# - name: Install BeeFactory | ||
# run: npm install -g @ethersphere/bee-factory | ||
# | ||
# - name: Start Bee Nodes | ||
# run: bee-factory start --detach "${{env.BeeNet_IT_NodeVersion}}" | ||
# | ||
# - name: Run tests | ||
# run: dotnet test --configuration Release | ||
|
||
- name: Generate nuget package | ||
run: dotnet pack --configuration Release -o nupkg | ||
|
||
- name: Push packages | ||
run: dotnet nuget push './nupkg/*.nupkg' --api-key ${{secrets.NUGET_KEY}} --source https://api.nuget.org/v3/index.json |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | ||
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue">Copyright 2021-present Etherna SA | ||
This file is part of Bee.Net. | ||
|
||
Bee.Net is free software: you can redistribute it and/or modify it under the terms of the | ||
GNU Lesser General Public License as published by the Free Software Foundation, | ||
either version 3 of the License, or (at your option) any later version. | ||
|
||
Bee.Net is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; | ||
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
See the GNU Lesser General Public License for more details. | ||
|
||
You should have received a copy of the GNU Lesser General Public License along with Bee.Net. | ||
If not, see <https://www.gnu.org/licenses/>. | ||
|
||
</s:String> | ||
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EFeature_002EServices_002ECodeCleanup_002EFileHeader_002EFileHeaderSettingsMigrate/@EntryIndexedValue">True</s:Boolean> | ||
<s:Boolean x:Key="/Default/UserDictionary/Words/=Etherna/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary> |
This file was deleted.