Skip to content

Commit

Permalink
Include .NET 6 and ensure windows calls proper build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Jan 8, 2024
1 parent 10fa412 commit f40fe27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
dotnet-version: |
8.0.x
6.0.x
source-url: https://nuget.pkg.github.com/elastic/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
dotnet run --project build/scripts -- %*
@echo off
dotnet run --project build -- %*

0 comments on commit f40fe27

Please sign in to comment.