Skip to content

Commit

Permalink
add github workflow (cont.)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmaierhofer committed Mar 24, 2022
1 parent 94d0e6c commit 0037851
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# 1.0.0
### 1.0.0
- init
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ PUSHD %~dp0
dotnet tool restore
dotnet paket restore

dotnet build src/screenshotr.sln --configuration Release
dotnet build src/screenshotr.sln

dotnet publish -c Release -o publish/screenshotr src/screenshotr
1 change: 1 addition & 0 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ STORAGE: NONE
RESTRICTION: || (== net6.0) (== netstandard2.0)
NUGET
remote: https://api.nuget.org/v3/index.json
Aardvark.Build (1.0.11)
Microsoft.AspNetCore.Connections.Abstractions (6.0.3)
Microsoft.Bcl.AsyncInterfaces (>= 1.0) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0)
Microsoft.Extensions.Features (>= 6.0.3)
Expand Down
1 change: 1 addition & 0 deletions src/screenshotr.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{C92E1FE9-37F3-4B
..\paket.dependencies = ..\paket.dependencies
..\paket.lock = ..\paket.lock
..\README.md = ..\README.md
..\RELEASE_NOTES.md = ..\RELEASE_NOTES.md
..\run.bat = ..\run.bat
..\screenshotr.cmd = ..\screenshotr.cmd
EndProjectSection
Expand Down

0 comments on commit 0037851

Please sign in to comment.