Skip to content

Commit

Permalink
Fixed the ci/cd building the removed project
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Feb 17, 2024
1 parent 544268c commit ead13ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
- name: GitVersion
run: dotnet gitversion /output buildserver
# Build Dependencies
- name: Build | SourceGenerator.Foundations.Injector
run: dotnet build src\SourceGenerator.Foundations.Injector\SourceGenerator.Foundations.Injector.csproj -p:Version=${{env.GitVersion_AssemblySemVer}}
- name: Build | SourceGenerator.Foundations.MSBuild
run: dotnet build src\SourceGenerator.Foundations.MSBuild\SourceGenerator.Foundations.MSBuild.csproj -p:Version=${{env.GitVersion_AssemblySemVer}}
# Build Main
Expand Down

0 comments on commit ead13ed

Please sign in to comment.