-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* No submodule * Update neoxp.csproj * Update bctklib.csproj * Apply suggestions from code review * Revert "Apply suggestions from code review" This reverts commit 4040e7a. --------- Co-authored-by: Christopher Schuchardt <[email protected]>
- Loading branch information
1 parent
5526469
commit 067d818
Showing
26 changed files
with
46 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,10 +91,6 @@ jobs: | |
- name: Nerdbank.GitVersioning | ||
uses: dotnet/[email protected] | ||
id: nbgv | ||
|
||
- name: Update submodule | ||
run: | | ||
git submodule update --init --recursive --remote | ||
|
||
- name: Restore dependencies | ||
if: matrix.language == 'csharp' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,10 +28,6 @@ jobs: | |
- name: Nerdbank.GitVersioning | ||
uses: dotnet/[email protected] | ||
id: nbgv | ||
|
||
- name: Update submodule | ||
run: | | ||
git submodule update --init --recursive --remote | ||
|
||
- name: Install dependencies | ||
run: dotnet restore neo-express.sln | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,10 +32,6 @@ jobs: | |
uses: dotnet/[email protected] | ||
id: nbgv | ||
|
||
- name: Update submodule | ||
run: | | ||
git submodule update --init --recursive --remote | ||
- name: Build (${{ matrix.runtime }}) | ||
run: | | ||
dotnet publish ./src/neoxp \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,6 @@ jobs: | |
uses: actions/setup-dotnet@v3 | ||
with: | ||
dotnet-version: ${{ env.DOTNET_VERSION }} | ||
|
||
- name: Update submodule | ||
run: | | ||
git submodule update --init --recursive --remote | ||
|
||
- name: Restore | ||
run: dotnet restore neo-express.sln | ||
|
@@ -54,10 +50,6 @@ jobs: | |
- name: Nerdbank.GitVersioning | ||
uses: dotnet/[email protected] | ||
id: nbgv | ||
|
||
- name: Update submodule | ||
run: | | ||
git submodule update --init --recursive --remote | ||
|
||
- name: Restore | ||
run: dotnet restore neo-express.sln | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "src/neo"] | ||
path = src/neo | ||
url = https://github.com/neo-project/neo.git | ||
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule neo
deleted from
450cb6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.