Skip to content

Commit

Permalink
Intellicode model training is obsolete, so it was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Jun 23, 2023
1 parent 49a8b78 commit faa6d94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/githubactionsbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,6 @@ jobs:
echo Version: $VERSION
docker buildx build -f DeveMazeGeneratorCore.MonoGame.Blazor/Dockerfile --build-arg BUILD_VERSION=$VERSION --platform linux/arm64,linux/amd64 -t devedse/devemazegeneratorcoremonogameblazor:${{needs.generate_version_number.outputs.build_number}} -t devedse/devemazegeneratorcoremonogameblazor:latest ${{ github.ref == 'refs/heads/master' && '--push' || '' }} .
intellicode:
needs: generate_version_number
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # We need to fetch the entire Git history in order to verify the authenticity.
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Build with dotnet
run: dotnet build DeveMazeGeneratorCore.sln -c Release /p:Version=1.0.${{needs.generate_version_number.outputs.build_number}} # Project needs to build before training a model.
- name: Train Intellicode Model
uses: microsoft/vs-intellicode@v1

build_linux:
needs: generate_version_number
runs-on: ubuntu-latest
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ This is the new version of my maze generator, now made with .NET Core.
|:--------------------:|
| [![GitHubActions Builds](https://github.com/devedse/DeveMazeGeneratorCore/workflows/GitHubActionsBuilds/badge.svg)](https://github.com/devedse/DeveMazeGeneratorCore/actions/workflows/githubactionsbuilds.yml) |

## Intellicode

| Github Actions (Intellicode) |
|:-----------------------------:|
| [![GitHubActions Builds](https://github.com/devedse/DeveMazeGeneratorCore/workflows/GitHubActionsBuilds/badge.svg)](https://github.com/devedse/DeveMazeGeneratorCore/actions?query=GitHubActionsBuilds) |

## DockerHub

| Docker Hub |
Expand Down

0 comments on commit faa6d94

Please sign in to comment.