Skip to content

Commit 7907944

Browse files
committed
chore: fix ci
1 parent 5fef7b1 commit 7907944

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

RELEASENOTE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
Version Notes (Current Version: v2.59.5)
22
=======================================
33

4+
v2.60.0
5+
-----------
6+
1. Upgrade stuff to fix shit
7+
48
v2.59.5
59
-----------
610
1. Fix: TOC word-break not being inserted in generic types. Thanks @julesabr! (#8217)
711
2. Crash fixes for CopyInherited. Thanks @Sorpirit (#7709)
812
3. Fix on DocFX crashes on method parameter [Optional][DefaultParameterValue(0)]. Thanks @harriev9 (#8208)
9-
4: Upgrade libraries to support .NET 6.0. Thanks @tibel (#8238 #8239)
13+
4. Upgrade libraries to support .NET 6.0. Thanks @tibel (#8238 #8239)
1014

1115
v2.59.4
1216
-----------

tools/Deployment/config.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
$homeDir = (Resolve-Path "$PSScriptRoot\..\..").Path
22

33
$docfx = @{
4-
httpsRepoUrl = "https://github.com/dotnet/docfx.git"
5-
httpsRepoUrlWithToken = "https://{0}@github.com/dotnet/docfx.git"
6-
sshRepoUrl = "git@github.com-ci:dotnet/docfx.git"
4+
httpsRepoUrl = "https://github.com/Aiko-IT-Systems/docfx.git"
5+
httpsRepoUrlWithToken = "https://{0}@github.com/Aiko-IT-Systems/docfx.git"
6+
sshRepoUrl = "git@github.com-ci:Aiko-IT-Systems/docfx.git"
77
docfxSeedRepoUrl = "https://github.com/docascode/docfx-seed.git"
88
docfxSeedHome = "$homeDir\test\docfx-seed"
99
targetFolder = "$homeDir\target"

0 commit comments

Comments
 (0)