Skip to content

Commit

Permalink
Merge branch '254-feat-allow-linux-support-and-publish-nuget' of http…
Browse files Browse the repository at this point in the history
…s://github.com/IOTA-NET/IotaSDK.NET into 254-feat-allow-linux-support-and-publish-nuget
  • Loading branch information
wireless90 committed Jan 8, 2024
2 parents 72a38ab + c108b55 commit 8700c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest
environment: myenv

steps:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 3.1.x # Adjust to match your project's .NET version
dotnet-version: '7.0.403' # Adjust to match your project's .NET version

- name: Restore dependencies
run: dotnet restore ${{ env.SOLUTION_PATH }}
Expand Down

0 comments on commit 8700c7e

Please sign in to comment.