Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
misike12 authored Mar 27, 2024
1 parent 5e1fac8 commit dbcb8cc
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,13 @@ jobs:
runs-on: windows-latest # This workflow will run on a Windows machine

steps:
# Checkout the code from the repository
- uses: actions/checkout@v3

# Setup .NET environment
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
with:
vs-version: '[16.0)'
uses: microsoft/setup-msbuild@v1.1
with:
vs-version: '[16.0)'

# Restore NuGet packages
# - name: Restore NuGet packages
# run: nuget restore M-Centres_2.0\M-Centres_2.0.csproj

# Build the project
- name: Build the solution
run: msbuild /p:Configuration=Release M-Centres_2.0.sln

# Run unit tests (if applicable)
# - name: Run unit tests
# run: dotnet test M-Centres_2.0\M-Centres_2.0.csproj --configuration Release

# You can add additional jobs for other tasks like publishing the build artifacts etc.
run: msbuild /p:Configuration=Release M-Centres_2.0.sln

0 comments on commit dbcb8cc

Please sign in to comment.