diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 52a5715..350f373 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -48,6 +48,6 @@ jobs: - name: Build Version run: dotnet build AIAssistant.sln -c Release --no-restore -# - name: Test Version -# run: | -# dotnet test AIAssistant.sln -c Release --no-restore --no-build + - name: Test Version + run: | + dotnet test AIAssistant.sln -c Release --no-restore --no-build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 50c2125..0928935 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + - uses: actions/checkout@v4 + with: + # https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/cloudbuild.md#github-actions + fetch-depth: 0 # doing deep clone and avoid shallow clone so nbgv can do its work. - name: Set up GCC (Linux only) if: runner.os == 'Linux' @@ -122,7 +125,7 @@ jobs: - uses: actions/checkout@v4 with: # https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/cloudbuild.md#github-actions - fetch-depth: 0 # avoid shallow clone so nbgv can do its work. + fetch-depth: 0 # doing deep clone and avoid shallow clone so nbgv can do its work. # Download the NuGet package created in the previous job and copy in the root - uses: actions/download-artifact@v4 with: diff --git a/AIAssistant.sln b/AIAssistant.sln index 468f5db..92a0b3b 100644 --- a/AIAssistant.sln +++ b/AIAssistant.sln @@ -22,7 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution items", "solution .gitignore = .gitignore docker-compose.yml = docker-compose.yml global.json = global.json - readme.md = readme.md + README.md = README.md .editorconfig = .editorconfig Directory.Build.props = Directory.Build.props version.json = version.json diff --git a/Directory.Build.props b/Directory.Build.props index 7b85a38..dea3d86 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,36 @@  + + + git + $(AssemblyName) + AIAssist + AIAssist + Mehdi Hadeli + Context aware AI coding assistant inside terminal to help in code development, code explanation, code refactor and review, bug fix and chat with supporting local and online language models. + ai ollama gpt pgt-4o dotnet csharp azure-ai + $(SolutionDir)nugets + readme.md + aiassist.png + LICENSE + Apache-2.0 + https://github.com/mehdihadeli/AIAssist + https://github.com/mehdihadeli/AIAssist + git + main + true + true + Copyright (c) 2024 Mehdi Hadeli + + + + + + + + + \ No newline at end of file diff --git a/readme.md b/README.md similarity index 100% rename from readme.md rename to README.md diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 5ebfde2..777a475 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -16,7 +16,6 @@ All - all @@ -24,27 +23,4 @@ - - AIAssist - AIAssist - Mehdi Hadeli - Context aware AI coding assistant inside terminal to help in code development, code explanation, code refactor and review, bug fix and chat with supporting local and online language models. - ai ollama gpt pgt-4o dotnet csharp azure-ai - $(SolutionDir)nugets - readme.md - aiassist.png - Apache-2.0 - https://github.com/mehdihadeli/AIAssist - https://github.com/mehdihadeli/AIAssist - git - main - true - true - - - - - - -