WIP Page leaf
This commit is contained in:
parent
7f9984b059
commit
fa9a12ad49
10 changed files with 47 additions and 7 deletions
8
test/data/test-isn/NuGet.Config
Normal file
8
test/data/test-isn/NuGet.Config
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<apikeys>
|
||||
</apikeys>
|
||||
<packageSources>
|
||||
<add key="isn-dev" value="http://localhost:5000/index.json" protocolVersion="3" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
2
test/data/test-isn/Program.cs
Normal file
2
test/data/test-isn/Program.cs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
// See https://aka.ms/new-console-template for more information
|
||||
Console.WriteLine("Hello, World!");
|
||||
4
test/data/test-isn/isn-test.sh
Executable file
4
test/data/test-isn/isn-test.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
nuget locals all -clear && dotnet nuget locals all --clear && nuget add Yavsc.Abstract -Config NuGet.Config -Source isn-dev
|
||||
|
||||
11
test/data/test-isn/test-isn.csproj
Normal file
11
test/data/test-isn/test-isn.csproj
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<RootNamespace>test_isn</RootNamespace>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
1
test/data/test-isn/testcmd
Normal file
1
test/data/test-isn/testcmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
nuget install -NoCache -Verbosity detailed -ConfigFile NuGet.Config Yavsc.Abstract
|
||||
Loading…
Add table
Add a link
Reference in a new issue