Skip to content

Commit

Permalink
take screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Oct 19, 2017
1 parent 0f4aafb commit 064381e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 0.37.3 - 19.10.2017
#### 0.37.4 - 19.10.2017
* BUGFIX: Fixed project restore compatibility issue with older versions of Paket - https://github.com/fsprojects/Paket.VisualStudio/pull/154

#### 0.37.2 - 17.10.2017
Expand Down
4 changes: 4 additions & 0 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ Target "UploadToGallery" (fun _ ->

sleep 15


let filename = DateTime.Now.ToString("MMM-d_HH-mm-ss-fff")
screenshot tempDir filename

click "#uploadButton"

sleep 15
Expand Down

0 comments on commit 064381e

Please sign in to comment.