Command Line Arguments for NordeVPN.exe Windows
--debug
--connect
--ui-test
--test-name
| name: Branch-Diff | |
| on: | |
| workflow_dispatch: | |
| inputs: | |
| sourceRef: | |
| description: 'Source Ref' | |
| required: true | |
| default: 'origin/predev' | |
| destinationRef: |
| <Project Sdk="Microsoft.NET.Sdk.Web"> | |
| <PropertyGroup> | |
| <TargetFramework>net6.0</TargetFramework> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="6.0.2" /> | |
| </ItemGroup> | |
| using Microsoft.AspNetCore.Authorization; | |
| using Microsoft.AspNetCore.Identity; | |
| using Microsoft.AspNetCore.Mvc; | |
| using Microsoft.AspNetCore.WebUtilities; | |
| using Microsoft.EntityFrameworkCore; | |
| using Microsoft.Extensions.Logging; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Security.Claims; |
| // 3.1.x | |
| { | |
| "sdk": { | |
| "version": "3.1.0", | |
| "rollForward": "latestFeature" | |
| } | |
| } | |
| // 6.0.x | |
| { |
| version: 2 | |
| updates: | |
| - package-ecosystem: nuget | |
| directory: "/" | |
| schedule: | |
| interval: daily | |
| time: "06:00" | |
| timezone: America/Vancouver | |
| open-pull-requests-limit: 10 | |
| ignore: |
Command Line Arguments for NordeVPN.exe Windows
--debug
--connect
--ui-test
--test-name