Skip to content

Commit

Permalink
added ProjectUrl to template (in order to make push to github work)
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldsteinlechner committed Feb 4, 2021
1 parent a3258ed commit 4617017
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 3 deletions.
10 changes: 10 additions & 0 deletions PACKAGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Approach

Stable packages will be pushed to nuget by the maintainers.

# Developer packages

Community packages go to github, for this register your github token using:
`paket config add-token https://nuget.pkg.github.com/aardvark-platform <token>`

use build pushgithub
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ The repository `aardvark.base` includes many packages, e.g.

All packages are distributed under the [Apache 2.0 license](https://github.com/aardvark-platform/aardvark.base/blob/master/LICENSE).

For support please have a look at [Aardvarkians](https://aardvarkians.com).
For support please have a look at [Aardvarkians](https://aardvarkians.com).
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ Target.create "pushGithub" (fun _ ->
let nupkgs =
myPackages |> Seq.map (fun id -> sprintf "bin/%s.%s.nupkg" id tag)


Fake.DotNet.Paket.pushFiles (fun s ->
{ s with
PublishUrl = "https://nuget.pkg.github.com/aardvark-platform/index.json"
PublishUrl = "https://nuget.pkg.github.com/aardvark-platform"
WorkingDir = "."
}
) nupkgs
)
Expand Down
2 changes: 2 additions & 0 deletions src/Aardvark.Base.Essentials/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors Aardvark Platform Team
owners Aardvark Platform Team
projectUrl http://github.com/aardvark-platform
licenseUrl http://www.apache.org/licenses/LICENSE-2.0.txt
repositoryType git
repositoryUrl https://github.com/aardvark-platform/aardvark.base
description
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
include-pdbs true
2 changes: 2 additions & 0 deletions src/Aardvark.Base.Extensions.SystemDrawing/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors Aardvark Platform Team
owners Aardvark Platform Team
projectUrl http://github.com/aardvark-platform
licenseUrl http://www.apache.org/licenses/LICENSE-2.0.txt
repositoryType git
repositoryUrl https://github.com/aardvark-platform/aardvark.base
description
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
include-pdbs true
2 changes: 2 additions & 0 deletions src/Aardvark.Base.FSharp/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors Aardvark Platform Team
owners Aardvark Platform Team
projectUrl http://github.com/aardvark-platform
licenseUrl http://www.apache.org/licenses/LICENSE-2.0.txt
repositoryType git
repositoryUrl https://github.com/aardvark-platform/aardvark.base
description
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
include-pdbs true
2 changes: 2 additions & 0 deletions src/Aardvark.Base.IO/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors Aardvark Platform Team
owners Aardvark Platform Team
projectUrl http://github.com/aardvark-platform
licenseUrl http://www.apache.org/licenses/LICENSE-2.0.txt
repositoryType git
repositoryUrl https://github.com/aardvark-platform/aardvark.base
description
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
include-pdbs true
2 changes: 2 additions & 0 deletions src/Aardvark.Base.Incremental/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ authors Aardvark Platform Team
owners Aardvark Platform Team
projectUrl http://github.com/aardvark-platform
licenseUrl http://www.apache.org/licenses/LICENSE-2.0.txt
repositoryType git
repositoryUrl https://github.com/aardvark-platform/aardvark.base
description
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
include-pdbs true
2 changes: 2 additions & 0 deletions src/Aardvark.Base.Runtime/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors Aardvark Platform Team
owners Aardvark Platform Team
projectUrl http://github.com/aardvark-platform
licenseUrl http://www.apache.org/licenses/LICENSE-2.0.txt
repositoryType git
repositoryUrl https://github.com/aardvark-platform/aardvark.base
description
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
include-pdbs true
2 changes: 2 additions & 0 deletions src/Aardvark.Base.Telemetry/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors Aardvark Platform Team
owners Aardvark Platform Team
projectUrl http://github.com/aardvark-platform
licenseUrl http://www.apache.org/licenses/LICENSE-2.0.txt
repositoryType git
repositoryUrl https://github.com/aardvark-platform/aardvark.base
description
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
include-pdbs true
2 changes: 2 additions & 0 deletions src/Aardvark.Base.Tensors/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors Aardvark Platform Team
owners Aardvark Platform Team
projectUrl http://github.com/aardvark-platform
licenseUrl http://www.apache.org/licenses/LICENSE-2.0.txt
repositoryType git
repositoryUrl https://github.com/aardvark-platform/aardvark.base
description
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
include-pdbs true
Expand Down
2 changes: 2 additions & 0 deletions src/Aardvark.Base/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors Aardvark Platform Team
owners Aardvark Platform Team
projectUrl http://github.com/aardvark-platform
licenseUrl http://www.apache.org/licenses/LICENSE-2.0.txt
repositoryType git
repositoryUrl https://github.com/aardvark-platform/aardvark.base
description
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
include-pdbs true
Expand Down
2 changes: 2 additions & 0 deletions src/Aardvark.Data.Vrml97/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors Aardvark Platform Team
owners Aardvark Platform Team
projectUrl http://github.com/aardvark-platform
licenseUrl http://www.apache.org/licenses/LICENSE-2.0.txt
repositoryType git
repositoryUrl https://github.com/aardvark-platform/aardvark.base
description
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
include-pdbs true
2 changes: 2 additions & 0 deletions src/Aardvark.Geometry/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors Aardvark Platform Team
owners Aardvark Platform Team
projectUrl http://github.com/aardvark-platform
licenseUrl http://www.apache.org/licenses/LICENSE-2.0.txt
repositoryType git
repositoryUrl https://github.com/aardvark-platform/aardvark.base
description
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
include-pdbs true
2 changes: 2 additions & 0 deletions src/Aardvark.PixImage.DevIL/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors Aardvark Platform Team
owners Aardvark Platform Team
projectUrl http://github.com/aardvark-platform
licenseUrl http://www.apache.org/licenses/LICENSE-2.0.txt
repositoryType git
repositoryUrl https://github.com/aardvark-platform/aardvark.base
description
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
include-pdbs true
Expand Down

0 comments on commit 4617017

Please sign in to comment.