Skip to content

replace netsh with wmic for better results #37

replace netsh with wmic for better results

replace netsh with wmic for better results #37

Workflow file for this run

name: DNS on Tray
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.3
with:
name: DNS-on-Tray
path: D:\a\DNS-on-Tray\DNS-on-Tray\DNS on Tray\bin\Debug\