Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaharPrishMSFT committed Apr 27, 2024
2 parents 6170a57 + 1e8e71a commit 11aa746
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: Build VsSolutions

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore ./src
- name: Build
run: dotnet build ./src --no-restore
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# SubtleEngineering
Set of tools for better engineering experience.
Set of tools for a better engineering experience.

0 comments on commit 11aa746

Please sign in to comment.