Skip to content

Commit

Permalink
initial Aardvark.Build release
Browse files Browse the repository at this point in the history
  • Loading branch information
krauthaufen committed Mar 11, 2022
1 parent 81c51a6 commit 6232c32
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
- name: Pack
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: dotnet aardpack src\Aardvark.Reconstruction.sln --norelease --notag
run: dotnet aardpack src\Aardvark.Reconstruction.sln
- name: Upload Packages
uses: actions/upload-artifact@v2
with:
name: packages
path: bin\pack
# - name: NuGet
# env:
# NUGET_KEY: ${{ secrets.GITHUB_TOKEN }}
# shell: cmd
# run: dotnet nuget push "bin\pack\*.nupkg" -k %NUGET_KEY% -s "https://nuget.pkg.github.com/aardworx/index.json" --skip-duplicate
- name: NuGet
env:
NUGET_KEY: ${{ secrets.GITHUB_TOKEN }}
shell: cmd
run: dotnet nuget push "bin\pack\*.nupkg" -k %NUGET_KEY% -s "https://nuget.pkg.github.com/aardworx/index.json" --skip-duplicate
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"packages": true,
"paket-files": true,
".gitignore": true,
"**/obj/": true
"**/obj/": true,
".ionide": true
},
"terminal.integrated.env.linux": {
"LD_LIBRARY_PATH": "."
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
### 0.1.10
### 0.1.11
* initial Aardvark.Build version
2 changes: 2 additions & 0 deletions src/Aardvark.Reconstruction/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ 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.reconstruction
description
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
2 changes: 2 additions & 0 deletions src/LensFunSharp/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ 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.reconstruction
description
Wrapper for LensFun

0 comments on commit 6232c32

Please sign in to comment.