Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
add script to update ProvidedTypes (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaggart authored Dec 25, 2017
1 parent 7f9cfdb commit 05ff800
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TypeProvider/lib/update.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# updates to the latest TypeProviders SDK code
$src = "https://github.com/fsprojects/FSharp.TypeProviders.SDK/raw/master/src"
Invoke-WebRequest "$src/ProvidedTypes.fsi" -OutFile $psscriptroot\ProvidedTypes.fsi
Invoke-WebRequest "$src/ProvidedTypes.fs" -OutFile $psscriptroot\ProvidedTypes.fs
Invoke-WebRequest "$src/ProvidedTypesTesting.fs" -OutFile $psscriptroot\ProvidedTypesTesting.fs

0 comments on commit 05ff800

Please sign in to comment.