Skip to content

Commit

Permalink
Add GH token
Browse files Browse the repository at this point in the history
Re-order tasks
  • Loading branch information
networkfusion committed Jun 14, 2024
1 parent e6a477b commit ead74ff
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/smoketest-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ on:
# pull_request:

jobs:

build:
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [windows-latest] #, ubuntu-latest, macos-latest]

runs-on: ${{ matrix.os }}

env:
GITHUB_TOKEN: ${{ github.token }}

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -23,11 +28,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Restore NuGet packages
run: dotnet restore
# - name: Restore NuGet packages
# run: dotnet restore

- name: Handle versioning
run: nbgv cloud -a -c
# - name: Handle versioning
# run: nbgv cloud -a -c

- name: Build solution
run: dotnet build --configuration Release

0 comments on commit ead74ff

Please sign in to comment.