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 8ac5014 commit cfae1c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5 - 19.10.2017
#### 0.37.6 - 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
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Target "UploadToGallery" (fun _ ->
click "#setContributionTypeButton"

sleep 15
resize (1920, 4080)
resize (4920, 1080)

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

0 comments on commit cfae1c6

Please sign in to comment.